From 63394a539e9cc2d97e022f9c73473baf78c2b020 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Sun, 22 Feb 2009 20:28:38 -0500 Subject: [PATCH] made patches/gnutls/build set -e --- patches/gnutls/build | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.25.1