mirror of https://github.com/mirror/busybox.git
Patch from Lucas C. Villa Real adding "source" as a synonym for the "." command.
parent
d7384296f6
commit
47b1838957
|
@ -1353,6 +1353,7 @@ static const struct builtincmd builtincmd[] = {
|
|||
{ BUILTIN_SPEC_REG_ASSG "readonly", exportcmd },
|
||||
{ BUILTIN_SPEC_REG "return", returncmd },
|
||||
{ BUILTIN_SPEC_REG "set", setcmd },
|
||||
{ BUILTIN_SPEC_REG "source", dotcmd },
|
||||
{ BUILTIN_SPEC_REG "shift", shiftcmd },
|
||||
{ BUILTIN_SPEC_REG "times", timescmd },
|
||||
{ BUILTIN_SPEC_REG "trap", trapcmd },
|
||||
|
|
Loading…
Reference in New Issue