Stop option parsing in arguments for lop
This commit is contained in:
@@ -20,7 +20,7 @@ function checkCommands() {
|
||||
if ! which "${cmd}" >&! /dev/null; then
|
||||
local comment=''
|
||||
[ -n "${cmds[$cmd]}" ] && comment=" ${cmds[$cmd]}"
|
||||
lop -e "This module needs ${cmd}${comment} to work."
|
||||
lop -- -e "This module needs ${cmd}${comment} to work."
|
||||
return 11
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user