From 6e007debbe2a555caa680d70756611f6832c129f Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Thu, 6 Mar 2014 17:56:06 +0100 Subject: [PATCH] catch errors during build-recursor --- pdns/build-recursor | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/build-recursor b/pdns/build-recursor index 70bc9a5845..c69163a3ec 100755 --- a/pdns/build-recursor +++ b/pdns/build-recursor @@ -1,5 +1,6 @@ #!/bin/sh set -e +set -x cd pdns-recursor-$1 export DEBFULLNAME="Bert Hubert" dh_make -e bert.hubert@netherlabs.nl -s -f ../pdns-recursor-$1.tar.bz2 -p pdns-recursor_0.0-$1 < /dev/null -- 2.47.3