* uname: Exit with exit code 0.

This commit is contained in:
Ben Elliston 2006-03-06 02:08:22 +00:00
parent c2feedd855
commit 2ef45c631d
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2006-03-06 Ben Elliston <bje@gnu.org>
* uname: Exit with exit code 0.
2006-02-27 David S. Miller <davem@sunset.davemloft.net>
Ben Elliston <bje@gnu.org>

2
uname
View File

@ -7,3 +7,5 @@
[ $1 = -s ] && echo iainfo2
[ $1 = -v ] && echo 3.0
[ $1 = -p ] && echo "Pentium III(TM)-ISA/PCI"
exit 0