mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-30 08:59:56 +02:00
commit bash-20180921 snapshot
This commit is contained in:
@@ -1989,7 +1989,11 @@ show_shell_usage (fp, extra)
|
||||
|
||||
for (i = 0, set_opts = 0; shell_builtins[i].name; i++)
|
||||
if (STREQ (shell_builtins[i].name, "set"))
|
||||
set_opts = savestring (shell_builtins[i].short_doc);
|
||||
{
|
||||
set_opts = savestring (shell_builtins[i].short_doc);
|
||||
break;
|
||||
}
|
||||
|
||||
if (set_opts)
|
||||
{
|
||||
s = strchr (set_opts, '[');
|
||||
|
||||
Reference in New Issue
Block a user