From 2da8b06667e6d4e5a7a8ff236ac85966cfb43b82 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 16 Aug 2011 00:55:21 +0200 Subject: [PATCH] scripts/image: quote variables Signed-off-by: Stephan Raue --- scripts/image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/image b/scripts/image index 6d9152f183..03747fec92 100755 --- a/scripts/image +++ b/scripts/image @@ -192,7 +192,7 @@ IMAGE_NAME="$DISTRONAME-$TARGET_VERSION" chmod 0644 $TARGET_IMG/$IMAGE_NAME.system chmod 0644 $TARGET_IMG/$IMAGE_NAME.kernel - if [ $1 = "release" ]; then + if [ "$1" = "release" ]; then RELEASE_DIR="target/$IMAGE_NAME"