From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1282 invoked by alias); 26 Aug 2009 10:27:17 -0000 Received: (qmail 1270 invoked by uid 22791); 26 Aug 2009 10:27:17 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-bw0-f225.google.com (HELO mail-bw0-f225.google.com) (209.85.218.225) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 26 Aug 2009 10:27:11 +0000 Received: by bwz25 with SMTP id 25so14650bwz.8 for ; Wed, 26 Aug 2009 03:27:08 -0700 (PDT) Received: by 10.204.48.131 with SMTP id r3mr3484587bkf.195.1251282428730; Wed, 26 Aug 2009 03:27:08 -0700 (PDT) Received: from yakj.usersys.redhat.com (nat-pool-str.redhat.com [66.187.229.200]) by mx.google.com with ESMTPS id z15sm8859510fkz.4.2009.08.26.03.27.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 26 Aug 2009 03:27:05 -0700 (PDT) Message-ID: <4A950DF6.90404@gnu.org> Date: Wed, 26 Aug 2009 11:04:00 -0000 From: Paolo Bonzini User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090814 Fedora/3.0-2.6.b3.fc11 Lightning/1.0pre Thunderbird/3.0b3 MIME-Version: 1.0 To: Dave Korn CC: NightStrike , gcc@gcc.gnu.org, davek@gcc.gnu.org, Ralf Wildenhues , Mook - , Kai Tietz Subject: Re: r150960 changed ltmain.sh and broke the build References: <4A950CFE.7060709@gmail.com> <4A950C2A.8040204@gnu.org> <4A9510BA.1030704@gmail.com> In-Reply-To: <4A9510BA.1030704@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-08/txt/msg00468.txt.bz2 On 08/26/2009 12:38 PM, Dave Korn wrote: > Oops. Looks like there are different versions of SED that have different > requirements, because on cygwin SED 4.1.5, you*have* to quote the comma in > the curly-braces {min,max} repetitions specifier or it is interpreted as a > separator. Right. I also got bitten by this recently (and I should have known better, given my sed maintainer hat). You should use another separator to be portable. Paolo