From: Nathan Scott Date: Tue, 2 Sep 2003 22:13:34 +0000 (+0000) Subject: Tweak bench script output format a bit more X-Git-Tag: v1.1.0~928 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=2a854a27db3628b6929cf5f257925e0d6e54cb64;p=users%2Fhch%2Fxfstests-dev.git Tweak bench script output format a bit more --- diff --git a/bench b/bench index a90755510..c701c7412 100755 --- a/bench +++ b/bench @@ -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" }