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 Sep 27, 2024
1 parent a2875ce commit a83416c
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 @@ -13,9 +13,9 @@ export POSIXLY_CORRECT='y'
$(set 1> /dev/null 2>&1 -o pipefail) && set -o pipefail || :

echo '---'
ps -p "${$}" -o 'comm='
ps -p "${$}" -o 'comm='; echo $?
echo '---'
ps -p "${$}3" -o 'comm='
ps -p "${$}3" -o 'comm='; echo $?
echo '==='

convert_max_signed_int_to_bit()
Expand Down

0 comments on commit a83416c

Please sign in to comment.