hush: small fix for repeated continue and fix for wrong loop depth count
[oweals/busybox.git] / shell / hush_test / hush-misc / builtin1.tests
1 # builtins, unlike keywords like "while", can be constructed
2 # with substitutions
3 VARIABLE=export
4 $VARIABLE VARIABLE
5 env | grep ^VARIABLE
6 echo OK:$?