mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
ash: explain what "local -" does
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
1285aa62f9
commit
e0a4e107aa
1 changed files with 2 additions and 1 deletions
|
|
@ -8962,7 +8962,8 @@ parse_command_args(char **argv, const char **path)
|
|||
* Make a variable a local variable. When a variable is made local, it's
|
||||
* value and flags are saved in a localvar structure. The saved values
|
||||
* will be restored when the shell function returns. We handle the name
|
||||
* "-" as a special case.
|
||||
* "-" as a special case: it makes changes to "set +-options" local
|
||||
* (options will be restored on return from the function).
|
||||
*/
|
||||
static void
|
||||
mklocal(char *name)
|
||||
|
|
|
|||
Loading…
Reference in a new issue