Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
f37eb3999bce2ea46fef0214e33279b81609e596
/
.
/
shell
/
hush_test
/
hush-misc
/
empty_args.tests
blob: efce5494a7af21cc8cf0718af90eb34cd7133010 [
file
] [
log
] [
blame
]
Denys Vlasenko
f37eb39
2009-10-18 11:46:35 +0200
[
diff
] [
blame^
]
1
echo
Null
0th
arg
:
2
""
3
echo $
?
4
echo
Null
1st
arg
:
5
# printf without args would print usage info
6
printf
""
7
echo $
?
8
echo
Null
arg
in
exec
:
9
exec
printf
""