Stop option parsing in arguments for lop

This commit is contained in:
Rezart Qelibari
2022-03-23 18:57:01 +01:00
parent 2f8ffef31d
commit 6cf66ccc00

View File

@@ -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