diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-11-01 19:14:11 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-11-01 19:14:11 (GMT) |
commit | 8d74b8be52cb33ae07b07c34d0e780520424f05e (patch) | |
tree | d1c051d76020f761dcd97950c27d586f4341e58c | |
parent | 54662429c302fbb06994439317bd170efd757ef1 (diff) | |
download | hdf5-8d74b8be52cb33ae07b07c34d0e780520424f05e.zip hdf5-8d74b8be52cb33ae07b07c34d0e780520424f05e.tar.gz hdf5-8d74b8be52cb33ae07b07c34d0e780520424f05e.tar.bz2 |
[svn-r11664] Purpose:
Forgot to remove a debug echo statment. Fixed.
-rwxr-xr-x | bin/chkcopyright | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/chkcopyright b/bin/chkcopyright index ccd3fe2..3ffb9b0 100755 --- a/bin/chkcopyright +++ b/bin/chkcopyright @@ -383,7 +383,6 @@ SHELL_FILE() BATCH_FILE() { f=$1 - echo matching it as batch file case `MATCH_COPYRIGHT $WINBAT_COPYRIGHT $f` in PASSED) PASSED $f |