mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
scripts/image: quote variables
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
7498f0ef7d
commit
2da8b06667
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user