From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lfd05-0001Ui-AL for qemu-devel@nongnu.org; Fri, 06 Mar 2009 11:34:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lfd02-0001UW-V9 for qemu-devel@nongnu.org; Fri, 06 Mar 2009 11:34:16 -0500 Received: from [199.232.76.173] (port=42377 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lfd02-0001UT-PV for qemu-devel@nongnu.org; Fri, 06 Mar 2009 11:34:14 -0500 Received: from smtp1-g21.free.fr ([212.27.42.1]:57003) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lfd02-0001I5-5T for qemu-devel@nongnu.org; Fri, 06 Mar 2009 11:34:14 -0500 In-Reply-To: <200903061112.25904.hasso@estpak.ee> Subject: Re: [Qemu-devel] [PATCH] Support for DragonFly BSD From: "=?utf-8?q?Fran=C3=A7ois?= Revol" Date: Fri, 06 Mar 2009 17:36:05 +0100 CET Message-Id: <2813846094-BeMail@laptop> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hasso Tepper Cc: qemu-devel@nongnu.org > * Using /usr/bin/env should be generally a good idea. Most systems > besides > Linux doesn't have perl in /usr/bin. While it's an interesting idea in princible, I found it not working any better than hardcoding perl or python paths itself... For example, BeOS has no /usr at all, and has env in /bin, which makes it useless for really cross-platform use... (it's beyond me why env is not in /bin/ elsewhere anyway.) Just my 2c. Fran=C3=A7ois.