a62bc80571
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
7 lines
149 B
Plaintext
Executable File
7 lines
149 B
Plaintext
Executable File
# builtins, unlike keywords like "while", can be constructed
|
|
# with substitutions
|
|
VARIABLE=export
|
|
$VARIABLE VARIABLE
|
|
env | grep ^VARIABLE
|
|
echo OK:$?
|