diff --git a/git-flow b/git-flow index f21a3dc1..805b9af5 100755 --- a/git-flow +++ b/git-flow @@ -46,7 +46,7 @@ fi # git-flow file is a symbolic link case $(uname -s) in Linux) - export GITFLOW_DIR=$(dirname "$(readlink -e "$0")") + export GITFLOW_DIR=$(dirname "$(readlink -f "$0")") ;; FreeBSD|OpenBSD|NetBSD) export FLAGS_GETOPT_CMD='/usr/local/bin/getopt'