[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
This commit is contained in:
Quincey Koziol 2005-02-04 16:11:33 -05:00
parent 5592642133
commit 8ffba3474e

View File

@ -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