Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: built-in problem?
- X-seq: zsh-users 2690
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxx, Tom Dillard <tom.dillard@xxxxxxxxxxx>
- Subject: Re: built-in problem?
- Date: Tue, 19 Oct 1999 15:26:33 +0000
- In-reply-to: <380C7057.2A5DC680@xxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <380C7057.2A5DC680@xxxxxxxxxxx>
On Oct 19, 8:21am, Tom Dillard wrote:
} Subject: built-in problem?
}
} I appologize for sending to this email list. I tried the
} zsh-users@xxxxxxxxxxxxxx
} one but it seems to be defunct.
It's not defunct; your message reached it. There just happens to be one
bad address on the list that causes a bounce message to be returned when
the list server forwards to that person.
} Here is the output I see when, for example, I run an interactive
} shell for a relational database tool (don't get too hung up on what
} I'm running, I see it on other things as well; this just happens
} to be the most recent):
}
} % ttIsql
} .zshrc
} /export/home/tdillard/.zshrc[16]: syntax error: `(' unexpected
That is not an error message from zsh. There is no circumstance in which
zsh prints "syntax error" and "unexpected" -- zsh prints "parse error".
So what appears to be happening is that the interactive tool is running
/bin/sh or ksh, and something -- perhaps your .profile file, or the ENV
environment variable? Is causing that other shell to read your .zshrc.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author