Jiang Xin wrote:
Found this dead code when I examine gettext messages in shell scripts
start with dash ('-' or '--'). An error will be raised for this case,
like:
$ gettext "-d option is no longer supported. Do not use."
gettext: missing arguments
Indead, this code has been left as dead for a long time, as Junathan
points out:
s/Junathan/Jonathan/, please, unless you are trying to say that both
Junio and I pointed it out at the same time.