summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-07-29 08:17:46 -0400
committerjim-p <jimp@pfsense.org>2013-07-29 08:17:46 -0400
commit355f494cf7e09f7f742ec7fa03c9794c28596595 (patch)
tree61ded16420c4396d38afedfad5cc8280b1d06ad1 /usr/local/sbin
parent2acefcda9fe166ec109c291f42de7a837c4cded3 (diff)
downloadpfsense-355f494cf7e09f7f742ec7fa03c9794c28596595.zip
pfsense-355f494cf7e09f7f742ec7fa03c9794c28596595.tar.gz
Fix test
Diffstat (limited to 'usr/local/sbin')
-rwxr-xr-xusr/local/sbin/ufslabels.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/sbin/ufslabels.sh b/usr/local/sbin/ufslabels.sh
index 4ced54f..aeefe76 100755
--- a/usr/local/sbin/ufslabels.sh
+++ b/usr/local/sbin/ufslabels.sh
@@ -90,7 +90,7 @@ echo "===================="
echo "New fstab:"
cat ${FSTAB}.tmp
-if [ ${1} = "commit" ]; then
+if [ "${1}" = "commit" ]; then
COMMIT=y
else
echo "Commit changes? (y/n):"
OpenPOWER on IntegriCloud