summaryrefslogtreecommitdiff
path: root/tests/fcdemo-static.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fcdemo-static.test')
-rwxr-xr-xtests/fcdemo-static.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fcdemo-static.test b/tests/fcdemo-static.test
index 0f8dede7..2e27020a 100755
--- a/tests/fcdemo-static.test
+++ b/tests/fcdemo-static.test
@@ -31,7 +31,7 @@ func_make_distclean
# We do not want to fail if all we got was a Fortran 77 compiler.
func_configure_nofail "--disable-shared"
if test "$conf_status" -eq "$EXIT_FAILURE"; then
- case `echo $FC | $SED $basename` in
+ case `echo $FC | $SED "$basename"` in
g77* | f77* | xlf | xlf[_-]* | frt* | pgf77* | cf77* | fort77* | fl32* | af77*)
func_skip "The FC fortran tests do not work with Fortran 77 compilers" ;;
*) exit $EXIT_FAILURE