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

Re: #!/path/to/arch-indep/zsh -f



Clint Olsen wrote:
> Ok, I gave this a try.  This doesn't seem to be my problem (this time).
> What's happening is that *csh is actually trying to run my script and
> immediately failing on the first apparent syntax error.  It's as if it
> won't fire off the interpreter correctly:
> 
> #!/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.

-- 
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy



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