From 02f93f4760f42bbd1841ac453aa613cf65e1b02b Mon Sep 17 00:00:00 2001 From: ale5000 <15793015+ale5000-git@users.noreply.github.com> Date: Thu, 31 Oct 2024 23:32:16 +0100 Subject: [PATCH] Update bits-info.sh --- tools/bits-info.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/bits-info.sh b/tools/bits-info.sh index 6dfc4500..14a073b5 100755 --- a/tools/bits-info.sh +++ b/tools/bits-info.sh @@ -13,8 +13,6 @@ set -o | grep 'monitor' || echo $? echo '---' set +o monitor && echo ok || echo $? echo '---' -set -m && echo ok || echo $? -echo '---' set +m && echo ok || echo $? echo '---'