diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-02-04 21:11:33 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-02-04 21:11:33 (GMT) |
commit | 8ffba3474e33a667e2ada4d55143583b18a1c46e (patch) | |
tree | 86b3c6eed69fccf11224e96aa12504a4d08a9a2e /bin | |
parent | 55926421333eb91828bf3aa4a6288f0bdec4c19b (diff) | |
download | hdf5-8ffba3474e33a667e2ada4d55143583b18a1c46e.zip hdf5-8ffba3474e33a667e2ada4d55143583b18a1c46e.tar.gz hdf5-8ffba3474e33a667e2ada4d55143583b18a1c46e.tar.bz2 |
[svn-r9938] Purpose:
Bug fix
Description:
Correct path to 'sh' and set executable, so this script can be run
directly from the command line.
Platforms tested:
Linux 2.4 (heping)
Too minor to require h5committest
Diffstat (limited to 'bin')
-rw-r--r-- | bin/reconfigure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reconfigure.sh b/bin/reconfigure.sh index 06330e1..cc5addb 100644 --- a/bin/reconfigure.sh +++ b/bin/reconfigure.sh @@ -1,4 +1,4 @@ -#! bin/sh +#! /bin/sh # A simple script to reconfigure autotools for HDF5. # The autotools include a reconfigure script, but this script # has the paths of autoconf and automake hardcoded to work on HDF |