mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 08:20:59 +00:00
Merge pull request #4077 from abutcher/cdpath
Unset CDPATH in hack/install_kustomize.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user