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