Fix undefined KEEP_TMP in verify-godeps.sh

This commit is contained in:
Eric Paris 2017-01-24 14:45:20 -05:00
parent 6dbad57bce
commit cc4a357664

View File

@ -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 {