repo.or.cz
/
busybox.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
svlogd: fix compat problem: svlogd -tt should timestanp stderr too
[busybox.git]
/
shell
/
hush_test
/
hush-vars
/
var.tests
blob
0a63696c9fad81957f1ad92a6d1554ac5a43ebeb
1
URL=http://busybox.net
2
3
echo $URL
4
echo ${URL}_abc
5
6
true
7
false; echo $?
8
true
9
{ false; echo $?; }