Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Failing to write to history file if containing directory doesn't exist
- X-seq: zsh-workers 23913
- From: "Nikolai Weibull" <now@xxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxxxxx>
- Subject: Failing to write to history file if containing directory doesn't exist
- Date: Mon, 8 Oct 2007 12:09:04 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=gY6mPi7w5OIi8/3OhRdTD4pRDvLmT3FgdZ/qu9U0a9k=; b=m7YjPO6Ahlom2rQzkJpkHh6PQuuo/P9r5oh2+gXyOXxNxt7qWYuDieOohC95QJqCiBfEuWK7LYlFubo5PLgEwjW82hNum38vDO9rsHtfgJlC1uQ6roecXl47OZHaRVz6fk/wHC5PVJZhczTfHAdk313PXzYW2fjBbnSl7Xs0RmE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=hKbzhGThMdBl1h/i01CvfSVVl875yYFMAbESyQIhcIcld5f47R2XNAA++KclxGtaqpYhtP3IMtCY7oO1TNaaj1UmxTfco0K56xwDrF/x3nMOqzPLQ4iU4mEjNyaMCLYYpEKD5yMmh40SJUj5ulcXC2HtDOdTn2yKrOy088yuYQc=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Sender: nikolai.weibull@xxxxxxxxx
Zsh currently fails to write a history file if the directory
containing it doesn't exist. Would a patch that creates the parent
directory if it doesn't exist before attempting to write to the
history file be of any interest? I'd be willing to write such a
patch, but if this behavior is undesirable, I won't waste my time.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author