Revert usage of non-standard uname -o command in build.sh (#6342)

This commit is contained in:
Fredrik Høisæther Rasch
2017-09-07 08:29:38 +02:00
committed by Andreas Rumpf
parent ca0de9a54d
commit 811fbdafd9

View File

@@ -47,7 +47,7 @@ PS4=""
# add(result, "# platform detection\n")
ucpu=`uname -m`
uos=`uname`
uosname=`uname -o`
uosname=
# add(result, "# bin dir detection\n")
binDir=?{firstBinPath(c).toUnix}