summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-02-06 21:49:14 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-02-06 21:49:14 (GMT)
commitb21c1e1debac0c7eba57a9bb8679a5b918c57fd4 (patch)
tree70c8453cb0e69ce9aac4b4c8fbf10fa7f33b1e24 /fortran
parentf9a10498aa24579beaf9eb9ab8cc8c1770a3ebe9 (diff)
downloadhdf5-b21c1e1debac0c7eba57a9bb8679a5b918c57fd4.zip
hdf5-b21c1e1debac0c7eba57a9bb8679a5b918c57fd4.tar.gz
hdf5-b21c1e1debac0c7eba57a9bb8679a5b918c57fd4.tar.bz2
[svn-r3374] Purpose:
Bug fix Description: The /bin/csh shell was causing problems if you were using a different shell than csh (like bash). It couldn't find the compiler. Solution: Changed to the more standard /bin/sh Platforms tested: Linux
Diffstat (limited to 'fortran')
-rwxr-xr-xfortran/examples/run_examples.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/fortran/examples/run_examples.sh b/fortran/examples/run_examples.sh
index 3126a6c..f505007 100755
--- a/fortran/examples/run_examples.sh
+++ b/fortran/examples/run_examples.sh
@@ -1,4 +1,5 @@
-#!/bin/csh
+#! /bin/sh
+
./dsetexample
./fileexample
./rwdsetexample