[svn-r23295] Did not intend to check in this file with the previous ci.

reverted check in.
This commit is contained in:
Scot Breitenfeld 2013-02-17 22:10:17 -05:00
parent a4521b7901
commit 4e08487549

View File

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