aboutsummaryrefslogtreecommitdiffstats
path: root/lfacme.sh.in
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-fay.org>2025-06-04 19:35:41 +0100
committerLexi Winter <lexi@le-fay.org>2025-06-04 19:35:41 +0100
commitd3a36b7de4211680db2ea3f2c1ee12440004aed6 (patch)
tree90e87f875ebf00d5d3f56146c2551ba5a44cf57f /lfacme.sh.in
parentace580c522836e5287f4603ceea5da41881a4651 (diff)
downloadlfacme-d3a36b7de4211680db2ea3f2c1ee12440004aed6.tar.gz
lfacme-d3a36b7de4211680db2ea3f2c1ee12440004aed6.tar.bz2
lfacme.sh.in: fix command parsing
Diffstat (limited to 'lfacme.sh.in')
-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