Modify the output information of the shell script,test=document_fix (#27805)

my_2.0rc
iducn 5 years ago committed by GitHub
parent bf187c7577
commit 1bada985fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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}'`"

Loading…
Cancel
Save