Skip to content

Commit 5185400

Browse files
authored
Merge pull request #12 from KAction/readlink-busybox
fit: git-flow: prefer "-f" readlink(1) option to "-e"
2 parents 2ae8009 + 15a336a commit 5185400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-flow

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fi
4646
# git-flow file is a symbolic link
4747
case $(uname -s) in
4848
Linux)
49-
export GITFLOW_DIR=$(dirname "$(readlink -e "$0")")
49+
export GITFLOW_DIR=$(dirname "$(readlink -f "$0")")
5050
;;
5151
FreeBSD|OpenBSD|NetBSD)
5252
export FLAGS_GETOPT_CMD='/usr/local/bin/getopt'

0 commit comments

Comments
 (0)