From 8458bf43fe0f759278d7cda95579dc1d3d61fe50 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 10 Jun 2024 00:54:34 -0400 Subject: [PATCH] Fix issue where `tput cvvis` was failing and causing the command to fail --- scripts/bbkeys | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bbkeys b/scripts/bbkeys index 644e007..4a73ef9 100755 --- a/scripts/bbkeys +++ b/scripts/bbkeys @@ -253,8 +253,8 @@ bbcmd fg ## Section: Viewing Options ## s: Sort by... -sort="$(bbask -1 "Sort (n)ame (s)ize (m)odification (c)reation (a)ccess (r)andom (p)ermissions: ")" -bbcmd sort:"~$sort" +new_sort="$(bbask -1 "Sort (n)ame (s)ize (m)odification (c)reation (a)ccess (r)andom (p)ermissions: ")" +bbcmd sort:"~$new_sort" ## ---,#: Set columns columns="$(bbask "Set columns (*)selected (a)ccessed (c)reated (m)odified (n)ame (p)ermissions (r)andom (s)ize: ")"