From: Jarkko Hietaniemi Date: Mon, 23 Jul 2001 23:11:41 +0000 (+0000) Subject: When in Rome, quote like the Romans do. X-Git-Tag: accepted/trunk/20130322.191538~30789 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=26102cc7c0c3b613cde3c9439c90b8fb1ab06a52;p=platform%2Fupstream%2Fperl.git When in Rome, quote like the Romans do. p4raw-id: //depot/perl@11463 --- 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 ;;