1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2025-12-08 22:38:25 +00:00

add missing quotes

This commit is contained in:
bebbo
2019-02-26 22:22:09 +01:00
parent 8b0c4d6b50
commit 33b0533073

View File

@ -985,7 +985,7 @@ b:
# checkout for a given date
v:
@D=$(date); \
@D="$(date)"; \
pushd projects >/dev/null; \
for i in * ; do \
pushd . >/dev/null; \