Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e179dba7 authored by Markus Heiser's avatar Markus Heiser
Browse files

[fix] ./manage script, prompt the unknown command

parent 555bea6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -525,7 +525,7 @@ main() {
        *)
            _type="$(type -t "$cmd")"
            if [ "$_type" != 'function' ]; then
                err_msg "unknown command $1 / use --help"
                err_msg "unknown command: $cmd / use --help"
                return 42
            else
                "$cmd" "$@"