scripts/image: quote variables

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-08-16 00:55:21 +02:00
parent 7498f0ef7d
commit 2da8b06667

View File

@ -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"