diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-11-14 02:06:52 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-11-14 02:06:52 (GMT) |
commit | 485edae92b451cd6e7cacfed9f9121c2dee77958 (patch) | |
tree | 9e8f7e0edbb539d6fcf87615fd6251d895ab37ef | |
parent | 029355ade3004526c06e3fd3d3b14459e63b7cce (diff) | |
download | hdf5-485edae92b451cd6e7cacfed9f9121c2dee77958.zip hdf5-485edae92b451cd6e7cacfed9f9121c2dee77958.tar.gz hdf5-485edae92b451cd6e7cacfed9f9121c2dee77958.tar.bz2 |
[svn-r11710] 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 |