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 17, 2024
1 parent df013be commit 7b3c8d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/bits-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@

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

POSIXLY_CORRECT='y'
export POSIXLY_CORRECT

# shellcheck disable=all
$(set -o pipefail 1> /dev/null 2>&1) && set -o pipefail || :
Expand Down

0 comments on commit 7b3c8d3

Please sign in to comment.