From adb1578476240d1baa3a27bca907aa5c314a1eb2 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 10 Jun 2024 00:56:07 -0400 Subject: [PATCH] Fix issue where `tput cvvis` was failing and causing script to fail --- scripts/bbask | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/bbask b/scripts/bbask index dc350d2..ef521fd 100755 --- a/scripts/bbask +++ b/scripts/bbask @@ -14,6 +14,7 @@ if [ "$1" = '-1' ]; then fi stty icanon echo >/dev/tty 2>/dev/tty tput cvvis >/dev/tty + true else # Get a line of input if command -v ask >/dev/null; then