diff --git a/bin/flutter b/bin/flutter index 079c3f94d0..0aef55e543 100755 --- a/bin/flutter +++ b/bin/flutter @@ -14,6 +14,8 @@ set -e +unset CDPATH + function follow_links() { cd -P "${1%/*}" local file="$PWD/${1##*/}"