From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16955 invoked from network); 13 Dec 2007 21:14:52 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 13 Dec 2007 21:14:52 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 81841 invoked from network); 13 Dec 2007 21:14:08 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 13 Dec 2007 21:14:08 -0000 Received: (qmail 12217 invoked by alias); 13 Dec 2007 21:14:06 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24237 Received: (qmail 12202 invoked from network); 13 Dec 2007 21:14:06 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 13 Dec 2007 21:14:06 -0000 Received: from virusfilter.dotsrc.org (bifrost [127.0.0.1]) by spamfilter.dotsrc.org (Postfix) with ESMTP id EEAC38058F54 for ; Thu, 13 Dec 2007 22:11:15 +0100 (CET) Received: from mtaout01-winn.ispmail.ntl.com (mtaout01-winn.ispmail.ntl.com [81.103.221.47]) by bifrost.dotsrc.org (Postfix) with ESMTP for ; Thu, 13 Dec 2007 22:11:15 +0100 (CET) Received: from aamtaout01-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout01-winn.ispmail.ntl.com with ESMTP id <20071213211427.NNCG13570.mtaout01-winn.ispmail.ntl.com@aamtaout01-winn.ispmail.ntl.com> for ; Thu, 13 Dec 2007 21:14:27 +0000 Received: from pws-pc ([82.6.96.116]) by aamtaout01-winn.ispmail.ntl.com with SMTP id <20071213211441.UAK219.aamtaout01-winn.ispmail.ntl.com@pws-pc> for ; Thu, 13 Dec 2007 21:14:41 +0000 Date: Thu, 13 Dec 2007 21:12:13 +0000 From: Peter Stephenson To: zsh-workers@sunsite.dk Subject: Re: shebang consistency Message-Id: <20071213211213.ed833fc7.p.w.stephenson@ntlworld.com> In-Reply-To: <20071213043806.GA12881@scowler.net> References: <20071212233135.GA458@scowler.net> <071212201339.ZM30779@torch.brasslantern.com> <20071213043806.GA12881@scowler.net> X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Wed, 12 Dec 2007 23:38:06 -0500 Clint Adams wrote: > > I guess I'd suggest standardizing on "#!/bin/zsh" plus options. > > Works for me. Go ahead if you like, with or without the space. pws