We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ae8009 + 15a336a commit 5185400Copy full SHA for 5185400
git-flow
@@ -46,7 +46,7 @@ fi
46
# git-flow file is a symbolic link
47
case $(uname -s) in
48
Linux)
49
- export GITFLOW_DIR=$(dirname "$(readlink -e "$0")")
+ export GITFLOW_DIR=$(dirname "$(readlink -f "$0")")
50
;;
51
FreeBSD|OpenBSD|NetBSD)
52
export FLAGS_GETOPT_CMD='/usr/local/bin/getopt'
0 commit comments