From 130b1ca7b8f0827d9402a56ce83bb736a8751519 Mon Sep 17 00:00:00 2001 From: Adam Heath Date: Sat, 13 Sep 2003 19:39:17 +0000 Subject: [PATCH] Add set -e. --- ChangeLog | 4 ++++ debian/changelog | 2 ++ debian/dpkg-doc.postinst | 1 + 3 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 61847e84..f3649c5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Sep 13 14:38:55 CDT 2003 Adam Heath + + * debian/dpkg-doc.postinst: Add set -e. + Sat Sep 13 14:36:37 CDT 2003 Adam Heath * lib/parse.c: Fix inverted test of eof in parsedb, while looking for eof diff --git a/debian/changelog b/debian/changelog index 0334fd34..7af5a10d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,8 @@ dpkg (1.10.11) unstable; urgency=low * Andrew Suffield : Fix inverted test of eof in parsedb, while looking for eof after field name. Closes: #198218 + * Yann Dirson + Add set -e to dpkg-doc.postinst. Closes: #191261 -- Wichert Akkerman UNRELEASED diff --git a/debian/dpkg-doc.postinst b/debian/dpkg-doc.postinst index 93f7d1b2..a8c718da 100755 --- a/debian/dpkg-doc.postinst +++ b/debian/dpkg-doc.postinst @@ -1,4 +1,5 @@ #! /bin/sh +set -e if [ "$1" = configure ]; then if command -v install-docs >/dev/null 2>&1; then -- 2.39.5