make-stable: Make it a proper list and add quotes and drop the ;

This commit is contained in:
Holger Hans Peter Freyther 2017-08-07 12:32:37 +08:00
parent 37871e3007
commit 609656c5df
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ if [ "x$DRYRUN" != "x" ]; then
ARGS=--dry-run ARGS=--dry-run
fi fi
DIRS=images ipk sdk tools cache-state; DIRS="images ipk sdk tools cache-state"
for i in $DIRS; for i in $DIRS;
do do