Skip to content

Commit

Permalink
Merge pull request #4077 from abutcher/cdpath
Browse files Browse the repository at this point in the history
Unset CDPATH in hack/install_kustomize.sh
  • Loading branch information
k8s-ci-robot committed Jul 21, 2021
2 parents d6ce846 + ec069e4 commit f35aeb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hack/install_kustomize.sh
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 f35aeb6

Please sign in to comment.