Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

/usr/local/bin/perl



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?



Messages sorted by: Reverse Date, Date, Thread, Author