Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: #!/path/to/arch-indep/zsh -f
- X-seq: zsh-workers 8006
- From: Clint Olsen <olsenc@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: #!/path/to/arch-indep/zsh -f
- Date: Wed, 22 Sep 1999 09:39:20 -0700
- In-reply-to: <9909220833.AA27306@xxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- Organization: Intel Corporation, Hillsboro, OR
- References: <19990922015831.A82900@xxxxxxxxxxxxxxxx> <9909220833.AA27306@xxxxxxxxxxxxxxxxx>
On Sep 22, Peter Stephenson wrote:
>
> > #!/afs/pdx/proj/otools/bin/zsh -f
>
> Try using a shorter path to zsh, if that's possible. They're often
> restricted to 32 bytes, and the whole of this is 33. But you should get
> the zsh part through, so this may not be the problem either.
On this crappy system (AIX 4.1.X), it must be the multiple level of
indirection problem that Bart mentioned. I also duplicated this behavior
on HP-UX 10.20. Using the actual binary:
#!/afs/pdx/proj/otools/bin/AIX/zsh -f
instead of the wrapper seems to make it work. Bummer... Compiling a
wrapper program again defeats the purpose of having an
architecture-independent launch point.
-Clint
Messages sorted by:
Reverse Date,
Date,
Thread,
Author