diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-11-01 23:56:03 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-11-01 23:56:03 (GMT) |
commit | eb0484f299de51834c604eab92997759714f89c4 (patch) | |
tree | 004814eea2756d8ae315ec1227e6bf4a0ea56248 | |
parent | 7efdfb5abd87365f8331acddc231ab2873227f2d (diff) | |
download | hdf5-eb0484f299de51834c604eab92997759714f89c4.zip hdf5-eb0484f299de51834c604eab92997759714f89c4.tar.gz hdf5-eb0484f299de51834c604eab92997759714f89c4.tar.bz2 |
[svn-r11669] Purpose:
Bug fix.
Description:
Removed a debugging print command in the edit script.
Tested in Redstorm.
-rwxr-xr-x | bin/yodconfigure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/yodconfigure b/bin/yodconfigure index 8ee5fc7..520c176 100755 --- a/bin/yodconfigure +++ b/bin/yodconfigure @@ -52,7 +52,7 @@ else fi } . -g/eval $ac_try/s/eval/eval ACTRY/p +g/eval $ac_try/s/eval/eval ACTRY/ w q EOF |