Skip to content

Commit

Permalink
Revert usage of non-standard uname -o command in build.sh (#6342)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikhr authored and Araq committed Sep 7, 2017
1 parent ca0de9a commit 811fbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/niminst/buildsh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 811fbda

Please sign in to comment.