summaryrefslogtreecommitdiffstats
path: root/archrm.in
diff options
context:
space:
mode:
Diffstat (limited to 'archrm.in')
-rw-r--r--archrm.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/archrm.in b/archrm.in
index a4830ee..7c7139b 100644
--- a/archrm.in
+++ b/archrm.in
@@ -2,7 +2,7 @@
m4_include(lib/common.sh)
-if [ "$1" = '' ]; then
+if [[ -z $1 ]]; then
echo 'Usage: archrm <path to checkout>'
exit 1
fi