From 681b903a6f5dde334884326b19857345ed09eace Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Tue, 2 Jun 2015 13:39:03 +0200 Subject: reproducible: build: fix typo --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_build.sh') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index ed714b01..5de43da1 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -122,7 +122,7 @@ update_db_and_html() { local OLD_STATUS=$(sqlite3 -init $INIT ${PACKAGES_DB} "SELECT status FROM results WHERE package_id='${SRCPKGID}'") # notification for changing status if [ "$OLD_STATUS" != "$STATUS" ] && [ "$NOTIFY_MAINTAINER" -eq 1 ]; then - echo "More information on , feel free to reply to this email to get more help." | \ + echo "More information on , feel free to reply to this email to get more help." | \ mail -s "Reproducibly of package $SRCPACKAGE changed: $OLD_STATUS -> $STATUS" \ -a "From: reproducible-builds@lists.alioth.debian.org" "$SRCPACKAGE@packages.debian.org" fi -- cgit v1.2.3-70-g09d2