Skip to content

Commit

Permalink
Unset CDPATH to restore default cd behavior.
Browse files Browse the repository at this point in the history
  • Loading branch information
abutcher committed Jul 21, 2021
1 parent 59c410a commit ec069e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hack/install_kustomize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@

set -e

# Unset CDPATH to restore default cd behavior. An exported CDPATH can
# cause cd to output the current directory to STDOUT.
unset CDPATH

where=$PWD

release_url=https://api.github.com/repos/kubernetes-sigs/kustomize/releases
Expand Down

0 comments on commit ec069e4

Please sign in to comment.