Skip to content

Commit

Permalink
Revert "Set GITFLOW_DIR correctly if git-flow is a symbolic link"
Browse files Browse the repository at this point in the history
This reverts commit fff16ed.
  • Loading branch information
nvie committed Apr 27, 2011
1 parent f9ace1f commit 3626bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-flow
Expand Up @@ -42,7 +42,7 @@ if [ "$DEBUG" = "yes" ]; then
set -x set -x
fi fi


export GITFLOW_DIR=$(dirname $(readlink "$0")) export GITFLOW_DIR=$(dirname "$0")


usage() { usage() {
echo "usage: git flow <subcommand>" echo "usage: git flow <subcommand>"
Expand Down

0 comments on commit 3626bfb

Please sign in to comment.