summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/med-xpi-pack2
-rwxr-xr-xsrc/med-xpi-unpack2
2 files changed, 2 insertions, 2 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;
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;