Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git committed Oct 22, 2024
1 parent 0310f61 commit 8ef43e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/bits-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,7 @@ main()
_max='-1'
last_random_val='-1'
RANDOM='1234'
# shellcheck disable=SC3028 # In POSIX sh, RANDOM is undefined
if test "${RANDOM}" != '1234'; then # We are checking if $RANDOM is supported
for _num in ${limits_rnd_u}; do
RANDOM="${_num}" # Seed random
Expand Down

0 comments on commit 8ef43e7

Please sign in to comment.