From: Daniel Kahn Gillmor Date: Mon, 23 Feb 2009 01:28:38 +0000 (-0500) Subject: made patches/gnutls/build set -e X-Git-Tag: monkeysphere_0.24~57 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=63394a539e9cc2d97e022f9c73473baf78c2b020;p=monkeysphere.git made patches/gnutls/build set -e --- 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