removed unused variable

This commit is contained in:
Nathan Sketch 2021-04-22 14:35:28 -04:00
parent 0b95bc1c63
commit 074945c239
1 changed files with 0 additions and 1 deletions

1
shfm
View File

@ -461,7 +461,6 @@ prev_tab() {
check_selected() {
# return code denotes whether input is selected: 0 yes, 1 no
IFS='/'
is_selected=
for s in $selected; do
[ "$s" = "$1" ] && unset IFS && return 0
done