Fix issue where tput cvvis
was failing and causing the command to
fail
This commit is contained in:
parent
9b38ad07a1
commit
8458bf43fe
@ -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: ")"
|
||||
|
Loading…
Reference in New Issue
Block a user