Commit a64939d7 authored by Vincent Driessen's avatar Vincent Driessen

Merged pull request #119 from jbernard/develop.

Set GITFLOW_DIR correctly if git-flow is a symbolic link
parents d7629954 fff16edd
...@@ -42,7 +42,7 @@ if [ "$DEBUG" = "yes" ]; then ...@@ -42,7 +42,7 @@ if [ "$DEBUG" = "yes" ]; then
set -x set -x
fi fi
export GITFLOW_DIR=$(dirname "$0") export GITFLOW_DIR=$(dirname $(readlink "$0"))
usage() { usage() {
echo "usage: git flow <subcommand>" echo "usage: git flow <subcommand>"
......
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