From 4fff713102a2cd332171f664891147d88caaadf8 Mon Sep 17 00:00:00 2001 From: ale5000 <15793015+ale5000-git@users.noreply.github.com> Date: Sun, 6 Oct 2024 19:49:39 +0200 Subject: [PATCH] Update bits-info.sh --- tools/bits-info.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/bits-info.sh b/tools/bits-info.sh index ba7cb59a..381f930f 100755 --- a/tools/bits-info.sh +++ b/tools/bits-info.sh @@ -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() {