From 26102cc7c0c3b613cde3c9439c90b8fb1ab06a52 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 23 Jul 2001 23:11:41 +0000 Subject: [PATCH] When in Rome, quote like the Romans do. p4raw-id: //depot/perl@11463 --- cflags.SH | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cflags.SH b/cflags.SH index 44d19e4..c397d40 100755 --- 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 ;; -- 2.7.4