From owner-freebsd-current@FreeBSD.ORG Sat Oct 2 10:54:27 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84C8416A4CE for ; Sat, 2 Oct 2004 10:54:27 +0000 (GMT) Received: from mail.efacilitas.de (efacilitas.de [213.133.110.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 426F143D39 for ; Sat, 2 Oct 2004 10:54:27 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from hoppel.local (port-212-202-38-171.dynamic.qsc.de [212.202.38.171]) by mail.efacilitas.de (Postfix) with ESMTP id 23375123798 for ; Sat, 2 Oct 2004 12:53:15 +0200 (CEST) Received: from localhost (localhost.local [127.0.0.1]) by hoppel.local (Postfix) with ESMTP id BC04465D5 for ; Sat, 2 Oct 2004 12:54:14 +0200 (CEST) Received: from hoppel.local ([127.0.0.1]) by localhost (mail.efacilitas.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31213-01 for ; Sat, 2 Oct 2004 12:54:04 +0200 (CEST) Received: from alpha (alpha.local [192.168.1.2]) by hoppel.local (Postfix) with ESMTP id C9A6665D4 for ; Sat, 2 Oct 2004 12:54:03 +0200 (CEST) From: "Bjoern Koenig" To: Date: Sat, 2 Oct 2004 12:56:33 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Thread-Index: AcSobnputmGwAbbFSD2KedbiwQczAw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Message-Id: <20041002105403.C9A6665D4@hoppel.local> X-Virus-Scanned: by amavisd-new at alpha-tierchen.de Subject: Re: Bug in #! processing X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2004 10:54:27 -0000 Garrett Wollman wrote: > Just to clear there air here: POSIX does not specify, and by design > and intention has never specified, the "#! hack" or any other means > for making scripts directly executable. You can go further. POSIX tells explicitly that "#!" is optional and = that its behaviour is unspecified. Bj=C3=B6rn