bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bash handling of ENOENT on missing files and directories


From: Robert Elz
Subject: Re: Bash handling of ENOENT on missing files and directories
Date: Sun, 17 Sep 2017 10:25:16 +0700

    Date:        Mon, 11 Sep 2017 22:49:47 +0300
    From:        Jonny Grant <jg@jguk.org>
    Message-ID:  <c3a2528c-ccbc-c8ad-66fe-52ec98a0cfb5@jguk.org>

  | How can an easy update to clarify message "No such file or directory" 
  | introduce a bug?

That's easy ... because it is not just that one message, you change that
to "no directory" (or something) in the case of the cd command, then someone
has to come along and produce the Polish, French, Mandarin, Tagalog, Malay,
Afrikaans, Spanish, Thai, .... versions of that new message, and it is
entirely possible that one or more or those won't end up saying exactly
what it should say.   A bug...

The sys_errlist[] messages are translated already, and widely used, so
any errors in those translations should have already been found and fixed.

kre




reply via email to

[Prev in Thread] Current Thread [Next in Thread]