aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2018-11-12 10:10:49 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2018-11-12 10:10:49 -0800
commit239692b0a292a849c5d78b765f1e3a6262f5c636 (patch)
tree441a8a95e32194c3821b3529ba1d06f73c32e312
parentsponsors: update branding for kredit, per sponsor email request (diff)
downloadwww-239692b0a292a849c5d78b765f1e3a6262f5c636.tar.gz
www-239692b0a292a849c5d78b765f1e3a6262f5c636.tar.bz2
www-239692b0a292a849c5d78b765f1e3a6262f5c636.zip
bin/update.sh: tracing for "gpg: WARNING: nothing exported"
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rwxr-xr-xbin/update.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/update.sh b/bin/update.sh
index e9e58d8..1ba3e48 100755
--- a/bin/update.sh
+++ b/bin/update.sh
@@ -1,4 +1,7 @@
#!/bin/bash
+TRACE=${TRACE:=0}
+
+[[ $TRACE -eq 1 ]] && set -x
bin/update-devaway.sh || exit 1
bin/update-downloads.sh || exit 1