Skip to content

Commit

Permalink
Update bits-info.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Oct 18, 2024
1 parent 9800fe6 commit 1ade20b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/bits-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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='
'
Expand Down

0 comments on commit 1ade20b

Please sign in to comment.