[med-svn] [khmer] 01/01: Use /bin/sh -e as interpreter on post* scripts

Kevin Murray daube-guest at moszumanska.debian.org
Mon Feb 1 18:02:17 UTC 2016


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

daube-guest pushed a commit to branch master
in repository khmer.

commit 08f4b9aa12ddefabd3fb4aa75897b110f28072ee
Author: Kevin Murray <spam at kdmurray.id.au>
Date:   Mon Feb 1 19:48:20 2016 +0200

    Use /bin/sh -e as interpreter on post* scripts
---
 debian/khmer-common.postinst | 2 +-
 debian/khmer-common.postrm   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/khmer-common.postinst b/debian/khmer-common.postinst
index c0f8754..dc871c9 100644
--- a/debian/khmer-common.postinst
+++ b/debian/khmer-common.postinst
@@ -1,3 +1,3 @@
-#!/bin/sh
+#!/bin/sh -e
 cd /usr/share/file && file -m khmer --compile
 #DEBHELPER#
diff --git a/debian/khmer-common.postrm b/debian/khmer-common.postrm
index 7e3862b..7759212 100644
--- a/debian/khmer-common.postrm
+++ b/debian/khmer-common.postrm
@@ -1,3 +1,3 @@
-#!/bin/sh
+#!/bin/sh -e
 rm -f /usr/share/file/khmer.mgc
 #DEBHELPER#

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/khmer.git



More information about the debian-med-commit mailing list