summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-02-22 20:28:38 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-02-22 20:28:38 -0500
commit63394a539e9cc2d97e022f9c73473baf78c2b020 (patch)
tree173a351527f79fa6cbf636de531a2fec0c2205e1 /patches
parent47b5e916b2a84a378ec08b3b03531f9a8ccc062b (diff)
made patches/gnutls/build set -e
Diffstat (limited to 'patches')
-rwxr-xr-xpatches/gnutls/build2
1 files changed, 2 insertions, 0 deletions
diff --git a/patches/gnutls/build b/patches/gnutls/build
index 77f5900..b42832a 100755
--- a/patches/gnutls/build
+++ b/patches/gnutls/build
@@ -16,6 +16,8 @@
# Note: please run this from the current directory, so it can find and
# transfer the patch it needs.
+set -e
+
if ! dpkg -l devscripts fakeroot >/dev/null ; then
exit 1
fi