From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2660 invoked from network); 16 Feb 2008 19:38:36 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) 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.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 16 Feb 2008 19:38:36 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 78296 invoked from network); 16 Feb 2008 19:38:32 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 16 Feb 2008 19:38:32 -0000 Received: (qmail 20414 invoked by alias); 16 Feb 2008 19:38:29 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24562 Received: (qmail 20399 invoked from network); 16 Feb 2008 19:38:28 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 16 Feb 2008 19:38:28 -0000 Received: from vms042pub.verizon.net (vms042pub.verizon.net [206.46.252.42]) by bifrost.dotsrc.org (Postfix) with ESMTP id 8D8C48026E0B for ; Sat, 16 Feb 2008 20:38:25 +0100 (CET) Received: from torch.brasslantern.com ([71.121.18.67]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JWC00B16JVZUHJ7@vms042.mailsrvcs.net> for zsh-workers@sunsite.dk; Sat, 16 Feb 2008 13:38:24 -0600 (CST) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id m1GJcNPN017181 for ; Sat, 16 Feb 2008 11:38:23 -0800 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id m1GJcMuR017180 for zsh-workers@sunsite.dk; Sat, 16 Feb 2008 11:38:22 -0800 Date: Sat, 16 Feb 2008 11:38:22 -0800 From: Bart Schaefer Subject: Shebang diff To: zsh-workers@sunsite.dk Message-id: <080216113822.ZM17179@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii X-Virus-Scanned: ClamAV 0.91.2/5837/Sat Feb 16 18:14:09 2008 on bifrost X-Virus-Status: Clean I just spotted this ChangeLog entry: +2008-02-07 Clint Adams + + * unposted: Functions/Misc/run-help-git, + Functions/Calendar/calendar_add, Functions/Misc/sticky-note: remove + shebang line. Functions/Misc/sticky-note is explicitly designed to be runnable as a standalone script. Removing the #! line was IMO wrong.