Make update-vendor log the go env

This commit is contained in:
Tim Hockin 2024-01-06 10:44:13 -08:00
parent 4627a15ac0
commit bd31265d23
No known key found for this signature in database

View File

@ -55,6 +55,7 @@ exec 22>&2 # Real stderr, use this explicitly
exec 1>"${LOG_FILE}" # Automatic stdout
exec 2>&1 # Automatic stderr
set -x # Trace this script to stderr
go env # For the log
function finish {
ret=$?