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 b8dbab4 commit 8687f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/bits-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -689,11 +689,11 @@ get_version()
get_max_unsigned_of_shell_printf()
{
{
printf '%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' "
\eval 2> /dev/null " \printf '%u\n' '-1' "
}
#shell_name

Expand Down

0 comments on commit 8687f27

Please sign in to comment.