aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lfacme.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lfacme.sh.in b/lfacme.sh.in
index 7047097..aaf23e9 100644
--- a/lfacme.sh.in
+++ b/lfacme.sh.in
@@ -32,7 +32,7 @@ done
# Run the command.
_command="$1"; shift
-if [ -z "$command" ]; then
+if [ -z "$_command" ]; then
_fatal "missing command"
fi