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

Re: zsh and pine pipe command



On Aug 18,  2:02pm, Owen M. Astley wrote:
} Subject: zsh and pine pipe command
}
} SHELL=/bin/sh or /usr/bin/csh or $HOME/local/bin/zsh
} (where local/bin/zsh is a script that determines the system I am on,
} then invokes the real zsh), the pipe command works fine.
} 
} and with SHELL=$HOME/apps/OSFv4/bin/zsh-3.0.5
} I get the message from pine
} '[PIPE MESSAGE Result: zsh: command not found: ^C]'

That message would make me guess that zsh is finding in $PATH a binary for
some other architecture and is attempting to execute it as a shell script.
(I'm not sure why 3.0.6 wouldn't give the same message.)

Given that local/bin/zsh "determines the system I am on" and that it works,
probably some environment setting is either wrong or missing when you don't
use the wrapper script.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



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