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.
1 parent 40fc2df commit 15a336aCopy full SHA for 15a336a
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