git://git.exim.org
/
exim-website.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
chg: do not log to logfile
[exim-website.git]
/
script
/
build
diff --git
a/script/build
b/script/build
index c551195266ff8f61d508181d313eea994b92fc2e..b897979ac71ffb128062024dd348676a314962b1 100755
(executable)
--- a/
script/build
+++ b/
script/build
@@
-6,8
+6,6
@@
set -eu
shopt -s extglob
-[[ -t 0 ]] || exec &>/tmp/website-$(date +%s).log
-
tmp=$(mktemp -d)
trap "rm -rf '$tmp'" EXIT INT