summaryrefslogtreecommitdiff
path: root/src/med-xpi-unpack
diff options
context:
space:
mode:
Diffstat (limited to 'src/med-xpi-unpack')
-rwxr-xr-xsrc/med-xpi-unpack2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/med-xpi-unpack b/src/med-xpi-unpack
index 2a22377..778e4b5 100755
--- a/src/med-xpi-unpack
+++ b/src/med-xpi-unpack
@@ -33,7 +33,7 @@ usage() {
exit 1;
}
-if [ $1 = "--help" -o $1 = "-h" ] ; then
+if [ "$1" = "--help" -o "$1" = "-h" ] ; then
usage;
fi;