Fix issue where tput cvvis was failing and causing the command to

fail
This commit is contained in:
Bruce Hill 2024-06-10 00:54:34 -04:00
parent 9b38ad07a1
commit 8458bf43fe

View File

@ -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: ")"