diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-06-10 00:56:07 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-06-10 00:56:07 -0400 |
| commit | adb1578476240d1baa3a27bca907aa5c314a1eb2 (patch) | |
| tree | 8140fb3b3c81c702b3cd904d61f22eb71404fef5 /scripts | |
| parent | 8458bf43fe0f759278d7cda95579dc1d3d61fe50 (diff) | |
Fix issue where `tput cvvis` was failing and causing script to fail
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/bbask | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
