This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tui/21574] New: `help run` message says arguments are expanded via "sh"


https://sourceware.org/bugzilla/show_bug.cgi?id=21574

            Bug ID: 21574
           Summary: `help run` message says arguments are expanded via
                    "sh"
           Product: gdb
           Version: 8.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: tui
          Assignee: unassigned at sourceware dot org
          Reporter: fhomborg at gmail dot com
  Target Milestone: ---

In response to `help run`, gdb says "Args may include "*", or "[...]"; they are
expanded using "sh".". That's incorrect - they are expanded using $SHELL,
whatever that may be (unless it is undefined, which it usually isn't at least
on UNIX-like systems).

The info documentation seems correct.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]