diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2006-02-15 20:30:51 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2006-02-15 20:30:51 (GMT) |
commit | d6fd191015cecbf097b5c74567bac9a2b78721b0 (patch) | |
tree | 312bd6c86ad7d95003f014b1d2b6c3522db4820e | |
parent | ed9449e0092f4e6ffa2279f07017e7cc4061fece (diff) | |
download | hdf5-d6fd191015cecbf097b5c74567bac9a2b78721b0.zip hdf5-d6fd191015cecbf097b5c74567bac9a2b78721b0.tar.gz hdf5-d6fd191015cecbf097b5c74567bac9a2b78721b0.tar.bz2 |
[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.
-rwxr-xr-x | bin/release | 4 |
1 files 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 |