diff options
-rwxr-xr-x | bin/yodconfigure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/yodconfigure b/bin/yodconfigure index 039d01c..2bc67e2 100755 --- a/bin/yodconfigure +++ b/bin/yodconfigure @@ -1,5 +1,5 @@ #!/bin/sh - +# # Copyright by the Board of Trustees of the University of Illinois. # All rights reserved. # @@ -11,7 +11,7 @@ # is linked from the top-level documents page. It can also be found at # http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have # access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. - +# # Fix configure file so that it can launch configure testing executable # via the proper launching command, e.g., yod. (Thus the name yodconfigure # is used.) |