Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh and pine pipe command
- X-seq: zsh-users 2483
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: "Owen M. Astley" <oma1000@xxxxxxxxx>, zsh-users@xxxxxxxxxxxxxx
- Subject: Re: zsh and pine pipe command
- Date: Wed, 18 Aug 1999 15:13:41 +0000
- In-reply-to: <Pine.OSF.3.96.990818135905.10949A-100000@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <Pine.OSF.3.96.990818135905.10949A-100000@xxxxxxxxxxxxxxxxxxxxxxxxx>
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