From 8efe83a04b373dfc90a523815bfa73c793d22aad Mon Sep 17 00:00:00 2001 From: martinahansen Date: Wed, 17 Sep 2008 23:35:20 +0000 Subject: [PATCH] fixed tmp dir cleaner in Biopieces.pm git-svn-id: http://biopieces.googlecode.com/svn/trunk@260 74ccb610-7750-0410-82ae-013aeee3265d --- code_perl/Maasha/Biopieces.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code_perl/Maasha/Biopieces.pm b/code_perl/Maasha/Biopieces.pm index 5de534e..6bf84e2 100644 --- a/code_perl/Maasha/Biopieces.pm +++ b/code_perl/Maasha/Biopieces.pm @@ -6452,7 +6452,7 @@ sub clean_tmp { # Martin A. Hansen, July 2008. - # Cleans out any unused temporary files and direcotries in BP_TMP. + # Cleans out any unused temporary files and directories in BP_TMP. # Returns nothing. @@ -6482,7 +6482,7 @@ sub clean_tmp elsif ( $pid == $curr_pid ) { # print STDERR "Removing current dir: $dir\n"; - Maasha::Common::dir_remove( $dir ); + # Maasha::Common::dir_remove( $dir ); } } } -- 2.39.5