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 6, 2024
1 parent 8687f27 commit 4fff713
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/bits-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -694,8 +694,13 @@ get_max_unsigned_of_shell_printf()

#printf 2> /dev/null '%u\n' '-1'
\eval 2> /dev/null " \printf '%u\n' '-1' "

(
printf '%u\n' '-1'
) 2> /dev/null
}
#shell_name
get_max_unsigned_of_shell_printf

pause_if_needed()
{
Expand Down

0 comments on commit 4fff713

Please sign in to comment.