Commit 92b125cf authored by Vincent Driessen's avatar Vincent Driessen

Remove pointless check for existence of function setup()

parent 46e9c86a
...@@ -80,10 +80,6 @@ main() { ...@@ -80,10 +80,6 @@ main() {
fi fi
# run the specified action # run the specified action
# if the subcommand declares a setup() function, call that first
if typeset -f setup >/dev/null; then
setup
fi
cmd_$SUBACTION "$@" cmd_$SUBACTION "$@"
} }
......
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