mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Unset CDPATH in build scripts
This commit is contained in:
parent
86b53ff74d
commit
6cdec82868
@ -19,6 +19,9 @@ set -o errexit
|
|||||||
set -o nounset
|
set -o nounset
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
|
# Unset CDPATH, having it set messes up with script import paths
|
||||||
|
unset CDPATH
|
||||||
|
|
||||||
USER_ID=$(id -u)
|
USER_ID=$(id -u)
|
||||||
GROUP_ID=$(id -g)
|
GROUP_ID=$(id -g)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user