From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KM678-0000It-OZ for mharc-grub-devel@gnu.org; Thu, 24 Jul 2008 15:04:34 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KM676-0000H3-RW for grub-devel@gnu.org; Thu, 24 Jul 2008 15:04:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KM675-0000Fz-4M for grub-devel@gnu.org; Thu, 24 Jul 2008 15:04:32 -0400 Received: from [199.232.76.173] (port=42877 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KM674-0000Fw-Uh for grub-devel@gnu.org; Thu, 24 Jul 2008 15:04:30 -0400 Received: from mailout04.t-online.de ([194.25.134.18]:50221) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KM674-0007wQ-BP for grub-devel@gnu.org; Thu, 24 Jul 2008 15:04:30 -0400 Received: from fwd30.aul.t-online.de by mailout04.sul.t-online.de with smtp id 1KM671-0004Ga-02; Thu, 24 Jul 2008 21:04:27 +0200 Received: from [10.3.2.2] (Xj9cQGZQwhF44123DfojJ8RMP7JvTFCJ4maKWE7AYP-VAZ04FKGW0JpF3-4d7Yyg-m@[217.235.230.88]) by fwd30.aul.t-online.de with esmtp id 1KM66r-1Ulnzk0; Thu, 24 Jul 2008 21:04:17 +0200 Message-ID: <4888D232.9090605@t-online.de> Date: Thu, 24 Jul 2008 21:04:18 +0200 From: Christian Franke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7 MIME-Version: 1.0 To: The development of GRUB 2 References: <4888158C.1070506@t-online.de> In-Reply-To: <4888158C.1070506@t-online.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ID: Xj9cQGZQwhF44123DfojJ8RMP7JvTFCJ4maKWE7AYP-VAZ04FKGW0JpF3-4d7Yyg-m X-TOI-MSGID: d733cf6a-cc7e-4b85-8193-0d25358669a0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: [PATCH] Abort grub-install if prefix cannot be determined X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2008 19:04:33 -0000 Christian Franke wrote: > grub-install does not check error return from > make_system_path_relative_to_its_root() fails. > > BTW: Unlike the other scripts, grub-install does not 'set -e'. Is this > intentional or historic ?-) > > Christian > > > 2008-07-24 Christian Franke > > * util/i386/pc/grub-install.in: If `--debug' is specified, > pass `--verbose' to grub-setup. > Abort script if make_system_path_relative_to_its_root() fails. > > Committed. Christian