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 16, 2024
1 parent 6a85c52 commit 544520c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/bits-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
# shellcheck enable=all
# shellcheck disable=SC3043 # In POSIX sh, local is undefined

echo '---'
command -v alias || echo $?
echo '---'

set -u 2> /dev/null || :
setopt SH_WORD_SPLIT 2> /dev/null || :
export POSIXLY_CORRECT='y'
Expand Down

0 comments on commit 544520c

Please sign in to comment.