hush: add a list of unsupported builtins
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
73e013fca7
commit
214b8ca3dc
@ -61,6 +61,8 @@
|
|||||||
* grep for "TODO" and fix (some of them are easy)
|
* grep for "TODO" and fix (some of them are easy)
|
||||||
* special variables (done: PWD, PPID, RANDOM)
|
* special variables (done: PWD, PPID, RANDOM)
|
||||||
* follow IFS rules more precisely, including update semantics
|
* follow IFS rules more precisely, including update semantics
|
||||||
|
* builtins mandated by standards we don't support:
|
||||||
|
* [un]alias, command, fc, getopts, newgrp, readonly, times
|
||||||
* export builtin should be special, its arguments are assignments
|
* export builtin should be special, its arguments are assignments
|
||||||
* and therefore expansion of them should be "one-word" expansion:
|
* and therefore expansion of them should be "one-word" expansion:
|
||||||
* $ export i=`echo 'a b'` # export has one arg: "i=a b"
|
* $ export i=`echo 'a b'` # export has one arg: "i=a b"
|
||||||
|
Loading…
Reference in New Issue
Block a user