From owner-freebsd-emulation@FreeBSD.ORG Mon Aug 10 17:10:04 2009 Return-Path: Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1650D106566B for ; Mon, 10 Aug 2009 17:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DFA968FC16 for ; Mon, 10 Aug 2009 17:10:03 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7AHA37v014409 for ; Mon, 10 Aug 2009 17:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7AHA3wo014408; Mon, 10 Aug 2009 17:10:03 GMT (envelope-from gnats) Date: Mon, 10 Aug 2009 17:10:03 GMT Message-Id: <200908101710.n7AHA3wo014408@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org From: Boris Samorodov Cc: Subject: Re: ports/135337: [PATCH] emulators/linux_base-f10: incorrect bash usage X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Boris Samorodov List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2009 17:10:04 -0000 The following reply was made to PR ports/135337; it has been noted by GNATS. From: Boris Samorodov To: Dmitry Marakasov Cc: bug-followup@FreeBSD.org Subject: Re: ports/135337: [PATCH] emulators/linux_base-f10: incorrect bash usage Date: Mon, 10 Aug 2009 21:05:35 +0400 On Mon, 10 Aug 2009 18:51:22 +0400 Dmitry Marakasov wrote: > * Boris Samorodov (bsam@ipt.ru) wrote: > > If anyone knows/suggests a better solution/patches -- I'm all ears. > /usr/bin/env bash, perhaps? Whithout chroot the script will run as native FreeBSD script and won't look for linux paths. -- WBR, Boris Samorodov (bsam)