diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2014-04-11 18:32:25 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-04-14 13:27:23 -0700 |
commit | 59d3924fbb300ebfe05f9079bcfe29d0a3f30661 (patch) | |
tree | 155d64af7a1c8b24c6e6b30f2521c59ae82ceb39 /builtin/check-attr.c | |
parent | Sync with 1.9.2 (diff) | |
download | tgif-59d3924fbb300ebfe05f9079bcfe29d0a3f30661.tar.xz |
prompt: fix missing file errors in zsh
zsh seems to have a bug while redirecting the stderr of the 'read'
command:
% read foo 2>/dev/null <foo
zsh: no such file or directory: foo
Which causes errors to be displayed when certain files are missing.
Let's add a convenience function to manually check if the file is
readable before calling "read".
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/check-attr.c')
0 files changed, 0 insertions, 0 deletions