Patch from Lucas C. Villa Real adding "source" as a synonym for the "." command.

This commit is contained in:
Rob Landley 2006-05-12 20:44:16 +00:00
parent d7384296f6
commit 47b1838957

View File

@ -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 },