fixed shellcheck after latest patch
This commit is contained in:
parent
0221dd333d
commit
5da2f78665
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ sort_loop() {
|
|||
|
||||
|
||||
while true; do
|
||||
CHOICES="$(printf %b 'Reload\nClose Menu\nSort By\n../\n*\n'"$(ls -1p $SORT $REVERSE)")"
|
||||
CHOICES="$(printf %b 'Reload\nClose Menu\nSort By\n../\n*\n'"$(ls -1p "$SORT" "$REVERSE")")"
|
||||
DIR="$(basename "$(pwd)")"
|
||||
TRUNCATED="$(printf %.7s "$DIR")"
|
||||
if [ "$DIR" != "$TRUNCATED" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue