Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#369305: zsh: failed to write history file /home/sven/.zsh-history: no such file or directory
- X-seq: zsh-workers 24695
- From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Bug#369305: zsh: failed to write history file /home/sven/.zsh-history: no such file or directory
- Date: Thu, 6 Mar 2008 09:16:17 -0800
- In-reply-to: <20080306170200.GA13750@xxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <87ir01bb68.fsf@xxxxxx> <20080305144438.GA9541@xxxxxxxxxxx> <200803051712.m25HCNk6006441@xxxxxxxxxxxxxx> <20080305202936.GA24616@xxxxxxxxxxx> <20080305224158.GB9620@xxxxxxxxxxxxxxxxxxx> <20080306101937.6e4bd8a7@news01> <20080306170200.GA13750@xxxxxxxxxxxxxxxxxxx>
On Thu, Mar 06, 2008 at 09:02:00AM -0800, Wayne Davison wrote:
> + zerr("writing %s would change its ownership -- skipped size trimming", fn);
> + else
> + zerr("writing %s would change its ownership -- history not saved", fn);
I had changed those errors, but failed to create a new patch. They now read:
zerr("rewriting %s would change its ownership -- skipped", fn);
and
zerr("rewriting %s would change its ownership -- history not saved", fn);
..wayne..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author