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 06d37a5847
commit ccf6ece826
1 changed files with 1 additions and 1 deletions

View File

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