commit | a64939d77bacb78964f153365ecdbbcf8dfba8c4 | [log] [tgz] |
---|---|---|
author | Vincent Driessen <vincent@datafox.nl> | 周二 4月 26 05:57:34 2011 -0700 |
committer | Vincent Driessen <vincent@datafox.nl> | 周二 4月 26 05:57:34 2011 -0700 |
tree | e9e9ba2638c4902822accf48a2f4f174ea063ee7 | |
parent | d7629954765d813be4ec02920adceaec0ea4fe7a [diff] | |
parent | fff16edd881fee12547114d37e64d86582a9e392 [diff] |
Merged pull request #119 from jbernard/develop. Set GITFLOW_DIR correctly if git-flow is a symbolic link
diff --git a/git-flow b/git-flow index fa87e71..f30db32 100755 --- a/git-flow +++ b/git-flow
@@ -42,7 +42,7 @@ set -x fi -export GITFLOW_DIR=$(dirname "$0") +export GITFLOW_DIR=$(dirname $(readlink "$0")) usage() { echo "usage: git flow <subcommand>"