diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2018-11-12 10:10:49 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2018-11-12 10:10:49 -0800 |
commit | 239692b0a292a849c5d78b765f1e3a6262f5c636 (patch) | |
tree | 441a8a95e32194c3821b3529ba1d06f73c32e312 /bin | |
parent | sponsors: update branding for kredit, per sponsor email request (diff) | |
download | www-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>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/update.sh | 3 |
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 |