]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
remove debug
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 5 Sep 2017 08:36:00 +0000 (08:36 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 5 Sep 2017 08:36:00 +0000 (08:36 +0000)
git-svn-id: file:///svn/unbound/trunk@4339 be551aaa-1e26-0410-a405-d3ace91eadb9

makedist.sh

index cf830291a757d912ae287afd541c51a2ded58ce4..d18f2bb600db8fbdec9f827c95277255af253ddf 100755 (executable)
@@ -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 () {