repo.or.cz
/
tomato.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Tomato 1.28
[tomato.git]
/
release
/
src
/
router
/
busybox
/
shell
/
hush_test
/
hush-misc
/
builtin1.tests
blob
1a2941faa242ced5be9613d8de5a9e63347d9eb0
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:$?