commit c7ad094431909fa361e657076aea2fae4430f28b
parent d17b2f3004afce7af19de65feb72885cf8fabd36
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Mon, 4 Jul 2016 11:44:32 +0200
no pipe in if condition
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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