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 () {