diff options
author | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2003-09-26 03:29:41 (GMT) |
---|---|---|
committer | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2003-09-26 03:29:41 (GMT) |
commit | 0ebcd58d18b26a8c467560d765d94d240370c7b2 (patch) | |
tree | 08252e94adceda3c12203223a41d8a6c84d1a745 /bin | |
parent | 21ffbeda9eace893c35d73984c8f3ce6fd34423c (diff) | |
download | hdf5-0ebcd58d18b26a8c467560d765d94d240370c7b2.zip hdf5-0ebcd58d18b26a8c467560d765d94d240370c7b2.tar.gz hdf5-0ebcd58d18b26a8c467560d765d94d240370c7b2.tar.bz2 |
[svn-r7517] Purpose:
bug fix
Description:
Removed an extra export command in the parse of setenvN
Platforms tested:
Tested by hand.
Misc. update:
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/runtest | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/runtest b/bin/runtest index 2e28a20..e938680 100755 --- a/bin/runtest +++ b/bin/runtest @@ -344,7 +344,6 @@ RUNSNAPTEST() done eval $envname="'$envalue'" export $envname - export ;; skip) # skip this test |