From c7ad094431909fa361e657076aea2fae4430f28b Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 4 Jul 2016 11:44:32 +0200 Subject: no pipe in if condition --- taler-build/switch_active.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taler-build/switch_active.sh b/taler-build/switch_active.sh index 262f14d..f976bff 100755 --- a/taler-build/switch_active.sh +++ b/taler-build/switch_active.sh @@ -8,7 +8,7 @@ set -eu -if ! taler-deployment-build 2>&1 | tee build.log; then +if ! taler-deployment-build > build.log 2>&1; then echo "Failed to rebuild, not switching" if test "$1" = "--notify"; then mail -s "[Taler build] $(date)" --to build-failure@taler.net build.log -- cgit v1.2.3