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

This reverts commit 7b9c8f777b.
This commit is contained in:
Markus Heiser 2020-04-29 14:33:47 +02:00
parent 7b9c8f777b
commit 5f1cba5337
1 changed files with 1 additions and 1 deletions

View File

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