[exim-cvs] chg: do not log to logfile

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] chg: do not log to logfile
Gitweb: https://git.exim.org/exim-website.git/commitdiff/79e44f3d2205c0e9e2b52fb9a2bfc9853e2f2e33
Commit:     79e44f3d2205c0e9e2b52fb9a2bfc9853e2f2e33
Parent:     8b24514aa1784a6bb96a9e083b2ba1312bc199fc
Author:     Heiko Schlittermann (HS12-RIPE) <hs@???>
AuthorDate: Mon Mar 20 23:40:27 2023 +0100
Committer:  Heiko Schlittermann (HS12-RIPE) <hs@???>
CommitDate: Mon Mar 20 23:40:27 2023 +0100


    chg: do not log to logfile
---
 script/build | 2 --
 1 file changed, 2 deletions(-)


diff --git a/script/build b/script/build
index c551195..b897979 100755
--- 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