diff --git a/hack/update-vendor.sh b/hack/update-vendor.sh index c416239b3e6..fd9f742321e 100755 --- a/hack/update-vendor.sh +++ b/hack/update-vendor.sh @@ -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=$?