summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmake_slackware_live.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index dd84bc5..3670a75 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -1478,9 +1478,9 @@ then
fi
# Determine the full name of the live account in the image:
-if [ -z ${LIVEUIDFN} ]; then
+if [ -z "${LIVEUIDFN}" ]; then
eval LIVEUIDFN=\$LIVEUIDFN_${LIVEDE}
- if [ -z ${LIVEUIDFN} ]; then
+ if [ -z "${LIVEUIDFN}" ]; then
LIVEUIDFN="${DISTRO^} Live User"
fi
fi