Skip to content

Commit

Permalink
no shellcheck warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wofr06 committed Oct 13, 2024
1 parent 922f043 commit ea2b8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lesspipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ get_unpack_cmd () {
{ has_cmd in2csv && cmd=(in2csv -f xls "$2"); } ||
{ has_cmd xls2csv && cmd=(istemp xls2csv "$2"); } ;;
esac
[[ $cmd == '' ]] || return
[[ ${cmd[0]} == '' ]] || return
# convert into utf8

if [[ -n $lclocale && $fchar != binary && $fchar != *ascii && $fchar != "$lclocale" && $fchar != unknown* ]]; then
Expand Down

0 comments on commit ea2b8de

Please sign in to comment.