projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
764df95
)
When in Rome, quote like the Romans do.
Jarkko Hietaniemi [Mon, 23 Jul 2001 23:11:41 +0000 (23:11 +0000)]
p4raw-id: //depot/perl@11463
cflags.SH
patch
|
blob
|
blame
|
history
diff --git
a/cflags.SH
b/cflags.SH
index
44d19e4
..
c397d40
100755
(executable)
--- a/
cflags.SH
+++ b/
cflags.SH
@@
-43,7
+43,7
@@
case $PERL_CONFIG_SH in
esac
case "X$1" in
-Xoptimize=*)
+Xoptimize=*|X"optimize=*")
eval "$1"
shift
;;