commit | c3948cf8bdcc9744d5d4a801d4cb9a8dff42c2fb | [log] [tgz] |
---|---|---|
author | Stefan Naewe <stefan.naewe@atlas-elektronik.com> | 周二 2月 02 12:27:56 2010 +0100 |
committer | Vincent Driessen <vincent@datafox.nl> | 周二 2月 02 13:11:57 2010 +0100 |
tree | c0f23c3b2b2d68eecc62969cd43dd3d84dd4909d | |
parent | d33e5ea81fbb99ab5e46737224a4156690d4300d [diff] |
use correct name of shFlags Signed-off-by: Stefan Naewe <stefan.naewe@atlas-elektronik.com>
diff --git a/git-flow b/git-flow index 4f337da..ef73c69 100755 --- a/git-flow +++ b/git-flow
@@ -54,7 +54,7 @@ fi # use the shFlags project to parse the command line arguments - . "$GITFLOW_DIR/shFlags/src/shFlags" + . "$GITFLOW_DIR/shFlags/src/shflags" #DEFINE_boolean quiet 0 'run without output' q #DEFINE_boolean verbose 0 'run verbose (more output)' v FLAGS "$@" || exit $?