From ccf6ece82614a8e04de3604616a9c427ea3a3a36 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 7 Aug 2017 12:32:37 +0800 Subject: [PATCH] make-stable: Make it a proper list and add quotes and drop the ; --- scripts/make-stable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make-stable.sh b/scripts/make-stable.sh index ba0145f..d4ac986 100755 --- a/scripts/make-stable.sh +++ b/scripts/make-stable.sh @@ -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