mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
remove debug
git-svn-id: file:///svn/unbound/trunk@4339 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
edd22eb36c
commit
0042a5c5fc
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ question () {
|
||||||
# working directory.
|
# working directory.
|
||||||
cleanup () {
|
cleanup () {
|
||||||
info "Deleting temporary working directory."
|
info "Deleting temporary working directory."
|
||||||
#cd $cwd && rm -rf $temp_dir
|
cd $cwd && rm -rf $temp_dir
|
||||||
}
|
}
|
||||||
|
|
||||||
error_cleanup () {
|
error_cleanup () {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue