mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 12:52:21 +08:00
* gdb.texinfo (Shell Commands): do not mention SHELL env var in
DOSHOST configuration of manual. (At least for the nonce, since precisely how this works under DOS seems to depend on mysteries known only to DJ Delorie, which are not easily fathomed from his source.)
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
|
||||
|
||||
* gdb.texinfo (Shell Commands): do not mention SHELL env var in
|
||||
DOSHOST configuration of manual.
|
||||
|
||||
* gdb.texinfo (MIPS Stack): new node.
|
||||
|
||||
* all-config.texi (MIPS) new switch.
|
||||
|
@ -1036,11 +1036,10 @@ just use the @code{shell} command.
|
||||
@item shell @var{command string}
|
||||
@kindex shell
|
||||
@cindex shell escape
|
||||
Invoke a shell to execute @var{command string}. If it exists, the
|
||||
environment variable @code{SHELL} is used for the name of the shell to
|
||||
run.
|
||||
Invoke a the standard shell to execute @var{command string}.
|
||||
@ifclear DOSHOST
|
||||
Otherwise @value{GDBN} uses @code{/bin/sh}.
|
||||
If it exists, the environment variable @code{SHELL} determines which
|
||||
shell to run. Otherwise @value{GDBN} uses @code{/bin/sh}.
|
||||
@end ifclear
|
||||
@end table
|
||||
|
||||
|
Reference in New Issue
Block a user