From: Wouter Wijngaards Date: Tue, 5 Sep 2017 08:36:00 +0000 (+0000) Subject: remove debug X-Git-Tag: release-1.6.6rc2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0042a5c5fca7e3d273d1831179ba9804dc0d214e;p=thirdparty%2Funbound.git remove debug git-svn-id: file:///svn/unbound/trunk@4339 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/makedist.sh b/makedist.sh index cf830291a..d18f2bb60 100755 --- a/makedist.sh +++ b/makedist.sh @@ -87,7 +87,7 @@ question () { # working directory. cleanup () { info "Deleting temporary working directory." - #cd $cwd && rm -rf $temp_dir + cd $cwd && rm -rf $temp_dir } error_cleanup () {