From owner-freebsd-current@FreeBSD.ORG Mon Oct 4 11:38:37 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 2F28B16A4CE for ; Mon, 4 Oct 2004 11:38:37 +0000 (GMT) Received: from ptcnat.era.pl (ptcnat.era.pl [213.158.197.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F1F943D1D for ; Mon, 4 Oct 2004 11:38:36 +0000 (GMT) (envelope-from zaks@era.pl) Received: by localhost (Postfix, from userid 1001) id 7E96C11652; Mon, 4 Oct 2004 13:38:33 +0200 (CEST) From: =?iso-8859-2?q?S=B3awek_=AFak?= To: Ceri Davies References: <861xgm5ltz.fsf@thirst.unx.era.pl> <20040928194853.GT2493@submonkey.net> <86k6ud2t6t.fsf@thirst.unx.era.pl> <20040929131136.GA2493@submonkey.net> <86mzz8x8zv.fsf@thirst.unx.era.pl> <20041002100703.GA501@isis.wad.cz> Date: Mon, 04 Oct 2004 13:38:33 +0200 In-Reply-To: <20041002100703.GA501@isis.wad.cz> (Roman Neuhauser's message of "Sat, 2 Oct 2004 12:07:03 +0200") Message-ID: <86is9qpvba.fsf@thirst.unx.era.pl> User-Agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4 (Reasonable Discussion, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-current@freebsd.org 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: Mon, 04 Oct 2004 11:38:37 -0000 Roman Neuhauser writes: > # zaks@prioris.mini.pw.edu.pl / 2004-09-30 13:59:48 +0200: >> I don't see a convincing use for comments on the first line of script. >> Hash is special already when treated as comment character. # is not a >> comment in any `scripting language'. It is a shell legacy and shouldn't >> be forced on the remaining universe. > > '#' is the (or a) comment character in awk, perl, PHP, python, ruby and > sed, just from the top of my head. True. It's not in: Common Lisp, Scheme, SQL, M4, JavaScript. But as I stated - shell and other interpreted languages are not the whole world. /S