mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Fix undefined KEEP_TMP in verify-godeps.sh
This commit is contained in:
parent
6dbad57bce
commit
cc4a357664
@ -61,7 +61,7 @@ else
|
||||
_tmpdir="${TMP_GOPATH}"
|
||||
fi
|
||||
|
||||
if [[ -z KEEP_TMP ]]; then
|
||||
if [[ -z ${KEEP_TMP:-} ]]; then
|
||||
KEEP_TMP=false
|
||||
fi
|
||||
function cleanup {
|
||||
|
Loading…
Reference in New Issue
Block a user