From 0042a5c5fca7e3d273d1831179ba9804dc0d214e Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Tue, 5 Sep 2017 08:36:00 +0000 Subject: [PATCH] remove debug git-svn-id: file:///svn/unbound/trunk@4339 be551aaa-1e26-0410-a405-d3ace91eadb9 --- makedist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () {