summaryrefslogtreecommitdiff
path: root/lang/f2c
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2007-02-05 14:43:39 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2007-02-05 14:43:39 +0000
commit76f21a7f780bc3ef6ab80b7fec5c89cb641062c7 (patch)
tree9f985e0161173ee5552656dd26e56b3452c02ca7 /lang/f2c
parentdc00f900375159960ca256a47bd131a75a08b006 (diff)
downloadpkgsrc-76f21a7f780bc3ef6ab80b7fec5c89cb641062c7.tar.gz
fix one more quoting problem
Diffstat (limited to 'lang/f2c')
-rw-r--r--lang/f2c/files/f2c-f77.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/f2c/files/f2c-f77.in b/lang/f2c/files/f2c-f77.in
index 671b7b52ec9..968b8a46cd3 100644
--- a/lang/f2c/files/f2c-f77.in
+++ b/lang/f2c/files/f2c-f77.in
@@ -330,7 +330,7 @@ do
rc=$?
;;
*.F) b=`basename $1 .F`
- $CPP $CPPFLAGS $1 >$b.i
+ eval "\$CPP $CPPFLAGS \$1" >$b.i
rc=$?
case $rc in 0)
if test $VERBOSE="yes"; then