aboutsummaryrefslogtreecommitdiffstats
path: root/testing/git-flow/fix-busybox-readlink.patch
blob: 48647529dd0af63a1a64933564368e15aac7c5b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- old/git-flow
+++ new/git-flow
@@ -46,7 +46,7 @@
 # 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'