From 3518023f33c69b0511235ae13cac1e5be95891e2 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sat, 9 Apr 2022 23:45:17 +0200 Subject: Comment out set -e MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- sign-autobuilds.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sign-autobuilds.sh b/sign-autobuilds.sh index 5a8bb26..8eacfe5 100755 --- a/sign-autobuilds.sh +++ b/sign-autobuilds.sh @@ -21,7 +21,8 @@ VERBOSEP=false [ -n "$DEBUG" ] && RSYNC_OPTS="${RSYNC_OPTS} -n" [ -n "$VERBOSE" ] && RSYNC_OPTS="${RSYNC_OPTS} -v" -set -e +# needs more debugging +# set -e signone() { f="$1" -- cgit v1.2.3-65-gdbad