[Reproducible-commits] [blog] 03/04: publish.sh: set -e
Holger Levsen
holger at layer-acht.org
Wed May 18 12:56:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository blog.
commit 342f93bc5e7010f849d923d4ffde8b7f6c0f6b00
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed May 18 14:45:39 2016 +0200
publish.sh: set -e
---
bin/publish.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bin/publish.sh b/bin/publish.sh
index f1110c9..a9a1f60 100755
--- a/bin/publish.sh
+++ b/bin/publish.sh
@@ -3,6 +3,8 @@
# Copyright 2016 Holger Levsen <holger at layer-acht.org>
# released under the GPLv=2
+set -e
+
DRYRUN=false
if [ "$1" = "-d" ] || [ "$1" = "--dry-run" ] ; then
DRYRUN=true
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/blog.git
More information about the Reproducible-commits
mailing list