Revert "fix: Remove english shell dependency in manage.sh script"

This reverts commit 7b9c8f777b.
pull/1/head
Markus Heiser 4 years ago
parent 7b9c8f777b
commit 5f1cba5337

@ -270,6 +270,6 @@ Commands
"
}
[ "$(sed -rn 's/^([^ ]+)\(\) \{$/\1/p' manage.sh | grep "$ACTION")" = "" ] \
[ "$(command -V "$ACTION" | grep ' function$')" = "" ] \
&& help "action not found" \
|| "$ACTION" "$2"

Loading…
Cancel
Save