Commit 5f1cba53 authored by Markus Heiser's avatar Markus Heiser

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

This reverts commit 7b9c8f77.
parent 7b9c8f77
......@@ -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"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment