Revert "Set GITFLOW_DIR correctly if git-flow is a symbolic link"

This reverts commit fff16edd881fee12547114d37e64d86582a9e392.
diff --git a/git-flow b/git-flow
index f30db32..fa87e71 100755
--- a/git-flow
+++ b/git-flow
@@ -42,7 +42,7 @@
 	set -x
 fi
 
-export GITFLOW_DIR=$(dirname $(readlink "$0"))
+export GITFLOW_DIR=$(dirname "$0")
 
 usage() {
 	echo "usage: git flow <subcommand>"