From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29978 invoked by alias); 28 Dec 2002 00:37:16 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 29961 invoked from network); 28 Dec 2002 00:37:15 -0000 Received: from unknown (HELO delorie.com) (207.22.48.162) by 209.249.29.67 with SMTP; 28 Dec 2002 00:37:15 -0000 Received: from envy.delorie.com (envy.delorie.com [207.22.48.171]) by delorie.com (8.11.6/8.9.1) with ESMTP id gBS0aps03698; Fri, 27 Dec 2002 19:36:51 -0500 Received: (from dj@localhost) by envy.delorie.com (8.11.6/8.11.2) id gBS0apJ28639; Fri, 27 Dec 2002 19:36:51 -0500 Date: Fri, 27 Dec 2002 16:50:00 -0000 Message-Id: <200212280036.gBS0apJ28639@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj@delorie.com using -f From: DJ Delorie To: neroden@twcny.rr.com CC: gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com In-reply-to: <20021228003319.GA2421@doctormoo> (message from Nathanael Nerode on Fri, 27 Dec 2002 19:33:19 -0500) Subject: Re: (toplevel patch) Clean up sed References: <20021228003319.GA2421@doctormoo> X-SW-Source: 2002-12/txt/msg00694.txt.bz2 > +CC_FOR_TARGET="\$(STAGE_CC_WRAPPER) "${CC_FOR_TARGET} Shouldn't the quotes surround the whole expression? What if CC_FOR_TARGET has spaces in it?