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 c7cb75d commit b8dbab4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tools/bits-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -688,8 +688,11 @@ get_version()

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

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

0 comments on commit b8dbab4

Please sign in to comment.