Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: vared bug
- X-seq: zsh-workers 12612
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx, Bernd Eggink <eggink@xxxxxxxxxxxxxx>
- Subject: Re: vared bug
- Date: Mon, 14 Aug 2000 08:53:33 +0000
- In-reply-to: <20000814100208.A21719@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <20000814100208.A21719@xxxxxxxxxxxxxxxxxxxxxxxxxx>
On Aug 14, 10:02am, Bernd Eggink wrote:
} Subject: Re: vared bug
}
} Thanks, but now a "vared -c prompt var" causes a
} segmentation fault if var is unset...
Could you please give a few more details? 3.0.8 or 3.1.9?
`vared -c prompt var' edits the `prompt' variable, so that can't be what
you actually mean.
`vared -c -p something var' works for me, it prints "something" and waits
for me to enter the value that gets assigned to var.
`vared -p something var' also works for me, it prints the warning message
"no such variable: var". Both when run from a script and on the command
line, and when executed multiple times, etc.
So I'm confused.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author