aboutsummaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-xmake_slackware_live.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index 4b1d379..a27d5c3 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -200,7 +200,7 @@ SL_REPO_URL=${SL_REPO_URL:-"rsync.osuosl.org::slackware"}
DEF_SL_REPO_URL=${SL_REPO_URL}
# List of Slackware package series - each will become a squashfs module:
-if [ $(echo ${SL_VERSION}|cut -d. -f1) -eq 14 ]; then
+if [ "$(echo ${SL_VERSION}|cut -d. -f1)" == "14" ]; then
# Slackware up and until 14.2 has KDE4 which includes the 'kdei' package set:
SEQ_SLACKWARE="tagfile:a,ap,d,e,f,k,kde,kdei,l,n,t,tcl,x,xap,xfce,y pkglist:slackextra"
else