commit | 92b125cfba9f51598e576284c43387da3b163fba | [log] [tgz] |
---|---|---|
author | Vincent Driessen <vincent@datafox.nl> | 周四 1月 28 10:56:54 2010 +0100 |
committer | Vincent Driessen <vincent@datafox.nl> | 周四 1月 28 10:56:54 2010 +0100 |
tree | d27678efa48adcd616f748691121f3c0ea584f83 | |
parent | 46e9c86aff4a1c9b2c45ff3ea2e670205922ac43 [diff] |
Remove pointless check for existence of function setup()
diff --git a/git-flow b/git-flow index 5af7681..6923f96 100755 --- a/git-flow +++ b/git-flow
@@ -80,10 +80,6 @@ fi # 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 "$@" }