aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild-scripts/create-user-build-script2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-scripts/create-user-build-script b/build-scripts/create-user-build-script
index 63faeaa..4f22bfe 100755
--- a/build-scripts/create-user-build-script
+++ b/build-scripts/create-user-build-script
@@ -323,7 +323,7 @@ EOF
if [ -n "$SOURCE_OVERLAY" ]; then
cat <<EOF
-if [ -n \${SOURCE_OVERLAY} ]; then
+if [ -n "\${SOURCE_OVERLAY}" ]; then
# extract the vendor's source overlay
tar -x -a -f "\${SOURCE_OVERLAY}" -C .
source_overlay_name=\$(basename \${SOURCE_OVERLAY})