Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: cryptic error message
- X-seq: zsh-users 10997
- From: "Matt Wozniski" <godlygeek@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: cryptic error message
- Date: Thu, 16 Nov 2006 22:00:15 -0500
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FB9pXk9K51e969Y2oXELu4TFWo3wF/JT1H6fZ3K3n6UOeD2rriGLxYBDVM6YVwsOMjSy/9ZQ75reK4a7r9LKcEf1LtC/Mk1Wnxe5Ak3FfZwaNmfLkWA8dcqFaVODWeba2S+HfTIhs7b2byppFubecBw5bCy95g/WsBiqgC/tF0Q=
- In-reply-to: <A93263AF-A4DF-4B43-A85A-70BC51E50AD7@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <A93263AF-A4DF-4B43-A85A-70BC51E50AD7@xxxxxxxxxxxxxxxxxx>
- Reply-to: mjw@xxxxxxxxxx
You could always post the startup file. :) As a suggestion, search
in the file with your favorite editor for lines that contain "${(".
It's probably referring to an invalid flag inside of a set of
parentheses immediately following the beginning of a parameter
substitution. Comment out those lines one by one and see which one
makes the error stop. Also, if it's on exit, you should limit your
search to .zlogout and any traps that you have set on exit.
~Matt
On 11/16/06, William Scott <wgscott@xxxxxxxxxxxxxxxxxx> wrote:
I've introduced something bad into a startup file, so when a shell
session exits, I get the message
"zsh: error in flags"
Any idea where to start looking?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author