zsh-workers
 help / color / mirror / code / Atom feed
* /usr/local/bin/perl
@ 2001-03-27 13:28 Adam Spiers
  2001-03-27 15:17 ` /usr/local/bin/perl Oliver Kiddle
  2001-03-27 18:19 ` /usr/local/bin/perl Bart Schaefer
  0 siblings, 2 replies; 7+ messages in thread
From: Adam Spiers @ 2001-03-27 13:28 UTC (permalink / raw)
  To: zsh workers mailing list

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?


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2001-08-16 20:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-27 13:28 /usr/local/bin/perl Adam Spiers
2001-03-27 15:17 ` /usr/local/bin/perl Oliver Kiddle
2001-08-15 14:54   ` /usr/local/bin/perl Adam Spiers
2001-08-15 16:59     ` /usr/local/bin/perl Bart Schaefer
2001-08-16 14:12       ` /usr/local/bin/perl Adam Spiers
2001-08-16 20:52         ` /usr/local/bin/perl Bart Schaefer
2001-03-27 18:19 ` /usr/local/bin/perl Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).