summaryrefslogtreecommitdiff
path: root/src/med-xpi-pack
diff options
context:
space:
mode:
Diffstat (limited to 'src/med-xpi-pack')
-rwxr-xr-xsrc/med-xpi-pack2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/med-xpi-pack b/src/med-xpi-pack
index 0e3d8ec..9d3e433 100755
--- a/src/med-xpi-pack
+++ b/src/med-xpi-pack
@@ -38,7 +38,7 @@ usage() {
exit 1;
}
-if [ $1 = "--help" -o $1 = "-h" ] ; then
+if [ "$1" = "--help" -o "$1" = "-h" ] ; then
usage;
fi;