From: martinahansen Date: Wed, 17 Sep 2008 23:35:20 +0000 (+0000) Subject: fixed tmp dir cleaner in Biopieces.pm X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8efe83a04b373dfc90a523815bfa73c793d22aad;p=biopieces.git fixed tmp dir cleaner in Biopieces.pm git-svn-id: http://biopieces.googlecode.com/svn/trunk@260 74ccb610-7750-0410-82ae-013aeee3265d --- 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 ); } } }