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:19:02 -0400
commit735ab5032f61c0ffe965ee142c04fd856f2641a7 (patch)
treef8b04e869ab0f1aab071389a904966388e4ce7e9 /usr/local/sbin
parenta33c38cf4b849340391da3ea0881cb9c403fcfa0 (diff)
downloadpfsense-735ab5032f61c0ffe965ee142c04fd856f2641a7.zip
pfsense-735ab5032f61c0ffe965ee142c04fd856f2641a7.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