From d6fd191015cecbf097b5c74567bac9a2b78721b0 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Wed, 15 Feb 2006 15:30:51 -0500 Subject: [svn-r11935] Purpose: Cleanup Description: v1.7: Removed some debug files left by previous change. Uncommented the removal of the temporary working directory. v1.6: Moved the code of removal of the temporary working directory to a later location in order to stay in sync with v1.7. (The later location is needed for v1.7 code but makes no different to v1.6) Platforms tested: Tested by hand. --- bin/release | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/release b/bin/release index 380c5bf..9eca171 100755 --- a/bin/release +++ b/bin/release @@ -124,7 +124,7 @@ RESTORE_VERSION() echo restoring version information back to $VERS_OLD rm -f config/lt_vers.am cp $tmpdir/lt_vers.am config/lt_vers.am - bin/h5vers -s $VERS_OLD > vers_out + bin/h5vers -s $VERS_OLD VERS_OLD= fi } @@ -272,6 +272,6 @@ if [ X$pmode = Xyes ]; then fi # Remove temporary things -#rm -rf $tmpdir +rm -rf $tmpdir exit 0 -- cgit v0.12