[ipe-tools] 02/02: Use set -e to take care of errors.

Steven Michael Robbins smr at moszumanska.debian.org
Tue Jun 23 03:24:22 UTC 2015


This is an automated email from the git hooks/post-receive script.

smr pushed a commit to branch master
in repository ipe-tools.

commit a642d0db457c80288b8b8a903269e374e459bf90
Author: Steve M. Robbins <smr at sumost.ca>
Date:   Mon Jun 22 22:02:59 2015 -0500

    Use set -e to take care of errors.
---
 debian/figtoipe.preinst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/figtoipe.preinst b/debian/figtoipe.preinst
index 3a51f6e..4b0e044 100644
--- a/debian/figtoipe.preinst
+++ b/debian/figtoipe.preinst
@@ -1,4 +1,5 @@
 #!/bin/sh
+set -e
 
 if [ install = "$1"  ]; then
     dpkg-divert --package figtoipe --remove --rename \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ipe-tools.git



More information about the debian-science-commits mailing list