Commit 3626bfb2 authored by Vincent Driessen's avatar Vincent Driessen

Revert "Set GITFLOW_DIR correctly if git-flow is a symbolic link"

This reverts commit fff16edd.
parent f9ace1f6
......@@ -42,7 +42,7 @@ if [ "$DEBUG" = "yes" ]; then
set -x
fi
export GITFLOW_DIR=$(dirname $(readlink "$0"))
export GITFLOW_DIR=$(dirname "$0")
usage() {
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