From 8ffba3474e33a667e2ada4d55143583b18a1c46e Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 4 Feb 2005 16:11:33 -0500 Subject: [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 --- bin/reconfigure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12