Re: stupid scripting question: zsh

2007-01-29 Thread Dan Nelson
In the last episode (Jan 29), David Benfell said: > On Mon, 29 Jan 2007 17:19:40 -0600, Dan Nelson wrote: > > In the last episode (Jan 29), David Benfell said: > > > I've been upgrading my FreeBSD system into a fully-fledged > > > desktop system. > > > > > > zsh as installed (from the port) seems

Re: stupid scripting question: zsh

2007-01-29 Thread David Benfell
On Mon, 29 Jan 2007 17:19:40 -0600, Dan Nelson wrote: > In the last episode (Jan 29), David Benfell said: > > I've been upgrading my FreeBSD system into a fully-fledged desktop > > system. > > > > zsh as installed (from the port) seems only to recognize the > > /etc/zshenv startup file. And I nee

Re: stupid scripting question: zsh

2007-01-29 Thread Dan Nelson
In the last episode (Jan 29), David Benfell said: > I've been upgrading my FreeBSD system into a fully-fledged desktop > system. > > zsh as installed (from the port) seems only to recognize the > /etc/zshenv startup file. And I needed an stty command to get proper > backspace/delete behavior. Be

Re: stupid scripting question: zsh

2007-01-29 Thread Derek Ragona
The problem is likely the that you don't have the full path to stty in your script, and the automated jobs don't have a proper path set yet. Use the full pathname in your script and see if that works. -Derek At 04:37 PM 1/29/2007, David Benfell wrote: Hello all, I've been upgrading