diff --git a/tools/bits-info.sh b/tools/bits-info.sh index e4ef4d2f..e23fbb20 100755 --- a/tools/bits-info.sh +++ b/tools/bits-info.sh @@ -38,6 +38,12 @@ command 1> /dev/null 2>&1 -v 'local' || { ### GLOBAL VARIABLES ### +echo '---' +test -e '/usr/bin/uname' && echo ok || echo fail +echo '---' +test "$(/usr/bin/uname 2> /dev/null -o || :)" = 'Msys' && echo ok || echo fail +echo '---' + POSIXLY_CORRECT='y' NL=' '