nt9856x/BSP/busybox/shell/ash_test/ash-misc/builtin1.tests
2023-03-28 15:07:53 +08:00

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:$?