diff options
| -rw-r--r-- | lfacme.sh.in | 2 |
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 |
