Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[BUG] zf_ln complains about the wrong argument
- X-seq: zsh-workers 49294
- From: Marlon Richert <marlon.richert@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: [BUG] zf_ln complains about the wrong argument
- Date: Sun, 22 Aug 2021 16:45:16 +0300
- Archived-at: <https://zsh.org/workers/49294>
- List-id: <zsh-workers.zsh.org>
When the second argument to zf_ln is an empty string, zf_ln mistakenly
reports that the first argument is a non-existing file or dir:
% zmodload zsh/files
% touch foo
% zf_ln foo ''
zf_ln: foo: no such file or directory
Messages sorted by:
Reverse Date,
Date,
Thread,
Author