summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2013-02-18 03:10:17 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2013-02-18 03:10:17 (GMT)
commit4e084875491f1beef1421e8b76aa7b74ef7b5aeb (patch)
tree0579a00d4db4789d47bc27b8344b5f32ab525fad
parenta4521b79019c9c28c9751e030597b1d9df3c850e (diff)
downloadhdf5-4e084875491f1beef1421e8b76aa7b74ef7b5aeb.zip
hdf5-4e084875491f1beef1421e8b76aa7b74ef7b5aeb.tar.gz
hdf5-4e084875491f1beef1421e8b76aa7b74ef7b5aeb.tar.bz2
[svn-r23295] Did not intend to check in this file with the previous ci.
reverted check in.
-rw-r--r--fortran/src/h5fc.in8
1 files changed, 2 insertions, 6 deletions
diff --git a/fortran/src/h5fc.in b/fortran/src/h5fc.in
index d24a0ae..2d7b5b4 100644
--- a/fortran/src/h5fc.in
+++ b/fortran/src/h5fc.in
@@ -233,12 +233,8 @@ for arg in $@ ; do
*) allargs="$allargs $arg"
if [ -s "$arg" ] ; then
ext=`expr "$arg" : '.*\(\..*\)'`
- if [ "$ext" = ".f" -o "$ext" = ".F" -o \
- "$ext" = ".for" -o "$ext" = ".FOR" -o \
- "$ext" = ".ftn" -o "$ext" = ".FTN" -o \
- ["$ext" = ".f[0-9][0-9]"] -o \
- ["$ext" = ".F[0-9][0-9]"] \
- ] ; then
+ if [ "$ext" = ".f" -o "$ext" = ".F" -o "$ext" = ".f90" -o \
+ "$ext" = ".for" -o "$ext" = ".FOR" -o "$ext" = ".F90" ] ; then
do_compile="yes"
compile_args="$compile_args $arg"
fname=`basename $arg $ext`