From patchwork Sat Nov 13 06:27:13 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ralf Wildenhues X-Patchwork-Id: 71038 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 6B141B70A7 for ; Sat, 13 Nov 2010 17:28:02 +1100 (EST) Received: (qmail 14807 invoked by alias); 13 Nov 2010 06:28:00 -0000 Received: (qmail 14796 invoked by uid 22791); 13 Nov 2010 06:27:58 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, TW_CC X-Spam-Check-By: sourceware.org Received: from mailout-de.gmx.net (HELO mail.gmx.net) (213.165.64.23) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Sat, 13 Nov 2010 06:27:16 +0000 Received: (qmail invoked by alias); 13 Nov 2010 06:27:13 -0000 Received: from xdsl-89-0-163-130.netcologne.de (EHLO localhost.localdomain) [89.0.163.130] by mail.gmx.net (mp017) with SMTP; 13 Nov 2010 07:27:13 +0100 Received: from ralf by localhost.localdomain with local (Exim 4.69) (envelope-from ) id 1PH9Zx-0005kR-8U; Sat, 13 Nov 2010 07:27:13 +0100 Date: Sat, 13 Nov 2010 07:27:13 +0100 From: Ralf Wildenhues To: Ian Lance Taylor Cc: gcc-patches@gcc.gnu.org Subject: [gccgo] trivial typo Message-ID: <20101113062713.GB22036@gmx.de> Mail-Followup-To: Ralf Wildenhues , Ian Lance Taylor , gcc-patches@gcc.gnu.org MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2010-08-04) X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org I'm not sure how the policy is for obvious changes to branches, so, OK to fix this quoting error to avoid the following issue? config.status: executing default-1 commands ../../gccgo/zlib/../config-ml.in: line 858: unexpected EOF while looking for matching `'' ../../gccgo/zlib/../config-ml.in: line 891: syntax error: unexpected end of file ../../gccgo/zlib/../config-ml.in: line 891: warning: syntax errors in . or eval will cause future versions of the shell to abort as Posix requires By the way, config-ml.in should be synced with Automake, so at the point when the gccgo branch is merged to trunk it would be good to have a patch for automake/lib/config-ml.in. I can take care of this if you prefer. Thanks, Ralf 2010-11-13 Ralf Wildenhues * config-ml.in: Fix quoting. diff --git a/config-ml.in b/config-ml.in index 3ebc5e1..55ff407 100644 --- a/config-ml.in +++ b/config-ml.in @@ -759,7 +759,7 @@ if [ -n "${multidirs}" ] && [ -z "${ml_norecursion}" ]; then F77_=$F77' ' GCJ_=$GCJ' ' GFORTRAN_=$GFORTRAN' ' - GOC_=$GOC ' + GOC_=$GOC' ' else # Create a regular expression that matches any string as long # as ML_POPDIR.