diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-10-07 21:10:53 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-10-07 21:10:53 (GMT) |
commit | 0eaf192df8e7df34cb2d45085bb3252816eb8e2d (patch) | |
tree | c068204c2079133b5e2c500a56950ea3e3fa426d /bin/dependencies | |
parent | cf629d9e6c89eadd77ce98a527ac43b2fc4fcdc4 (diff) | |
download | hdf5-0eaf192df8e7df34cb2d45085bb3252816eb8e2d.zip hdf5-0eaf192df8e7df34cb2d45085bb3252816eb8e2d.tar.gz hdf5-0eaf192df8e7df34cb2d45085bb3252816eb8e2d.tar.bz2 |
[svn-r7569] Purpose:
Bug Fix/Update
Description:
Updated "trace" to include "void**" as a datatype (it sets it to
"x"). Format changes as well.
Added "close(DEPEND); close(NEW);" to the dependencies script. This
was reported by a user that it wasn't doing this.
Platforms tested:
Linux (small changes)
Misc. update:
Diffstat (limited to 'bin/dependencies')
-rwxr-xr-x | bin/dependencies | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/dependencies b/bin/dependencies index 6893b72..b561128 100755 --- a/bin/dependencies +++ b/bin/dependencies @@ -45,4 +45,7 @@ while (<DEPEND>) { print NEW $_; } +close(DEPEND); +close(NEW); + `mv $new_depend_file $depend_file`; |