Tweak bench script output format a bit more

This commit is contained in:
Nathan Scott
2003-09-02 22:13:34 +00:00
parent 95b9190a1d
commit 2a854a27db
+1 -1
View File
@@ -174,7 +174,7 @@ _full_platform_details()
os=`uname -s`
host=`hostname -s`
kernel=`uname -r`
platform=`uname -i`
platform=`uname -m`
echo "$os/$platform $host $kernel"
}