From 1bada985fcf7931a1cf09c2e8e55344ca5defbb9 Mon Sep 17 00:00:00 2001 From: iducn <45056973+iducn@users.noreply.github.com> Date: Sat, 10 Oct 2020 16:20:43 +0800 Subject: [PATCH] Modify the output information of the shell script,test=document_fix (#27805) --- tools/get_cpu_info.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/get_cpu_info.sh b/tools/get_cpu_info.sh index a1881f551d..81eb19dc06 100755 --- a/tools/get_cpu_info.sh +++ b/tools/get_cpu_info.sh @@ -36,7 +36,7 @@ if [ $numa_nodes -lt $sockets ]; then fi echo "********** Software Information **********" -echo "OS Version : `cat /proc/version`" +echo "OS Version : `uname -o`" echo "Kernel Release Version : `uname -r`" echo "Kernel Patch Version : `uname -v`" echo "GCC Version :`gcc --version | head -n 1|awk -F '\\\(GCC\\\)' '{print $2}'`"