From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21153 invoked from network); 27 Mar 2001 13:28:48 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 27 Mar 2001 13:28:48 -0000 Received: (qmail 13490 invoked by alias); 27 Mar 2001 13:28:36 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13792 Received: (qmail 13479 invoked from network); 27 Mar 2001 13:28:35 -0000 Date: Tue, 27 Mar 2001 14:28:36 +0100 From: Adam Spiers To: zsh workers mailing list Subject: /usr/local/bin/perl Message-ID: <20010327142836.C32602@thelonious.new.ox.ac.uk> Reply-To: Adam Spiers Mail-Followup-To: zsh workers mailing list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Home-Page: http://www.new.ox.ac.uk/~adam/ X-OS: RedHat Linux This must have come up before, but I can't see it in the archives. The following scripts hardcode binary locations (excluding /bin/sh since if a system can't cope with that ...) : Functions/Misc/run-help : #!/usr/local/bin/zsh Functions/Misc/zless : #!/usr/bin/zsh -f Misc/bash2zshprompt : #!/usr/bin/perl -w Misc/globtests : #!/usr/local/bin/zsh -f Misc/globtests.ksh : #!/usr/local/bin/zsh -f Misc/lete2ctl : #!/usr/local/bin/perl -w Misc/make-zsh-urls : #!/usr/bin/perl -w Test/ztst.zsh : #!/usr/local/bin/zsh -f Util/helpfiles : #!/usr/bin/perl -- -*-perl-*- Util/reporter : #!/usr/local/bin/zsh Util/helpfiles : #!/usr/local/bin/perl -- -*-perl-*- Can we avoid this? Is env(1) common to enough platforms, for instance, or maybe we could add something to configure?