summaryrefslogtreecommitdiff
path: root/taler-build
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-07-04 11:51:27 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-07-04 11:51:27 +0200
commit6b3b35da74d9fe20663ebe62a8817de0a9cfcb03 (patch)
treeff7de52724f8ee082a7d53a774187864b1cb48e4 /taler-build
parent01ec0b0094278b931ea993665afdaf78519695cf (diff)
downloaddeployment-6b3b35da74d9fe20663ebe62a8817de0a9cfcb03.tar.gz
deployment-6b3b35da74d9fe20663ebe62a8817de0a9cfcb03.tar.bz2
deployment-6b3b35da74d9fe20663ebe62a8817de0a9cfcb03.zip
fixing mail invocation
Diffstat (limited to 'taler-build')
-rwxr-xr-xtaler-build/switch_active.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/taler-build/switch_active.sh b/taler-build/switch_active.sh
index d83f741..838091f 100755
--- a/taler-build/switch_active.sh
+++ b/taler-build/switch_active.sh
@@ -11,7 +11,7 @@ set -eu
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)" build-failure@taler.net build.log
+ mail -s "[Taler build] $(date)" < build-failure@taler.net build.log
fi
exit 1
else