Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #15390 > unrolled thread

[Patch] (tiny problem) bad short_doc for % command

Started by"Christopher Chittleborough" <cchittleborough@cluemail.com>
First post2019-09-21 17:45 +1000
Last post2019-09-21 17:45 +1000
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [Patch] (tiny problem) bad short_doc for % command "Christopher Chittleborough" <cchittleborough@cluemail.com> - 2019-09-21 17:45 +1000

#15390 — [Patch] (tiny problem) bad short_doc for % command

From"Christopher Chittleborough" <cchittleborough@cluemail.com>
Date2019-09-21 17:45 +1000
Subject[Patch] (tiny problem) bad short_doc for % command
Message-ID<mailman.728.1569071355.2190.bug-bash@gnu.org>

[Multipart message — attachments visible in raw view] — view raw

The command "help -s %" outputs
        %: job_spec [&]
when it should output
        %: % job_spec [&]
because the $SHORT_DOC for "%" in builtins/reserved.def is wrong.

The attached patch fixes this.

BTW, this is not the smallest bug ever reported:
see https://sourceware.org/bugzilla/show_bug.cgi?id=21399

Cheers -- Chris

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web