Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[BUG] zsystem:34: flock: invalid timeout value: '0'
- X-seq: zsh-workers 46115
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: [BUG] zsystem:34: flock: invalid timeout value: '0'
- Date: Thu, 25 Jun 2020 19:49:29 +0200
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Sender: zsh-workers@xxxxxxx
Hi
I think that something happened to zsystem / flock, as the following
returns the above error under Cygwin:
$ zsystem flock -t 0 -f FD -e /home/SG/.zsh_nr1
zsystem:34: flock: invalid timeout value: '0'
Timeout of value 0 is an acceptable one - it means no waiting for the lock,
just try-to-lock and exit.
--
Sebastian Gniazdowski
IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zinit
Blog: http://zdharma.org
Messages sorted by:
Reverse Date,
Date,
Thread,
Author