From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Q7XFP-0007Tl-43 for mharc-grub-devel@gnu.org; Wed, 06 Apr 2011 14:14:31 -0400 Received: from [140.186.70.92] (port=60082 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7XFM-0007PU-Rb for grub-devel@gnu.org; Wed, 06 Apr 2011 14:14:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7XFL-0002Ou-Jt for grub-devel@gnu.org; Wed, 06 Apr 2011 14:14:28 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:50910) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7XFL-0002Nq-FR for grub-devel@gnu.org; Wed, 06 Apr 2011 14:14:27 -0400 Received: by wyf19 with SMTP id 19so1838383wyf.0 for ; Wed, 06 Apr 2011 11:14:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=gM93cIL6clxvEFa20dZbQCLdmjr/sfzxZdcT8F2uddY=; b=UwfQMmvyFXIW6ivqhmuVGWNADQ8lEts3l7CMKOqmGiSrRoYj47pu2OMwPaUqifLKo3 CZOk0Mk9ajJBjkvCyBHl7tg2hV3F9O6kCBvwuk91/Skd06XUK051RY8HBpDeT5dE2cvh mO3v8sjmD6kSUcYNlgqJiae0iQ+zdQxEhXd08= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=FjGyA4RelCF8MxPRyGzN8Tj+3OrmqtWNSfQDAeN5M2ReF+TMh5kWrLSgUXSjx9Cne8 c2SkCCq+3JSXBjevFsRKaQcuZ+TW4F6zj4FOGVxye8Q2iTNpDnyh28tU0ifLCnNcenwy lX5L9Azln1pJ4SKxoqzi/S1uWjSwz9rzxExhY= Received: by 10.227.202.139 with SMTP id fe11mr1356076wbb.169.1302113666366; Wed, 06 Apr 2011 11:14:26 -0700 (PDT) Received: from [192.168.0.101] (eab95-4-88-175-177-37.fbx.proxad.net [88.175.177.37]) by mx.google.com with ESMTPS id w25sm540815wbd.5.2011.04.06.11.14.24 (version=SSLv3 cipher=OTHER); Wed, 06 Apr 2011 11:14:25 -0700 (PDT) Message-ID: <4D9CAD80.3070107@gmail.com> Date: Wed, 06 Apr 2011 20:14:24 +0200 From: =?UTF-8?B?Tmljb2xhcyBkZSBQZXNsb8O8YW4=?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20110303 Icedove/3.0.11 MIME-Version: 1.0 To: Alexander Kurtz References: <1302008107.14852.20.camel@alexander> <4D9B6A7D.4090306@gmail.com> <1302031960.30533.7.camel@localhost> <4D9B7692.2020309@gmail.com> <20110405205306.GJ9163@riva.ucam.org> <4D9B8959.4090504@gmail.com> <1302103913.4698.4.camel@localhost> In-Reply-To: <1302103913.4698.4.camel@localhost> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.169 Cc: grub-devel@gnu.org, Colin Watson Subject: Re: [PATCH] add proper variable quoting to grub-mkconfig_lib (Debian bug #612417) X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2011 18:14:29 -0000 Le 06/04/2011 17:31, Alexander Kurtz a écrit : > Am Dienstag, den 05.04.2011, 23:27 +0200 schrieb Nicolas de Pesloüan: >> Le 05/04/2011 22:53, Colin Watson a écrit : >> >>> On Unix-like systems, though, and particularly when it comes to shell, >>> this often involves knowing about historical behaviour as well as >>> current behaviour. >> >> Thanks Colin, for clarifying this!! >> >> Very appreciated. > > Now that we've all learned something new again (at least I have ;-) ), > let's go back to the main topic: > > What do you think of the patch itself? It sounds good to me. I'm just in doubt with the following construct : a="`echo "$b"`" ^ Is this quote closing the first one or opening a nested quote. Nicolas.