Skip to content

Commit

Permalink
fix bug in lesscomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
wofr06 committed Oct 21, 2024
1 parent 2c4bdbb commit 051f751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lesscomplete
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ get_unpack_cmd () {
lz4)
has_cmd lz4 && cmd=(lz4 -cdq "$2") ;;
esac
[[ ${cmd[*]} == '' ]] || return
[[ "$3" == "$sep" ]] && return
file2=${3#"$sep"}
file2=${file2%%"$sep"*}
Expand Down

0 comments on commit 051f751

Please sign in to comment.