Skip to content

Commit

Permalink
Fix undefined KEEP_TMP in verify-godeps.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
eparis committed Jan 24, 2017
1 parent 6dbad57 commit cc4a357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/verify-godeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit cc4a357

Please sign in to comment.