wok diff xarchive/stuff/slitaz-wrap.sh @ rev 24175
Up usbids (20211224)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 30 11:41:25 2021 +0000 (2021-12-30) |
parents | 055ed706128d |
children |
line diff
1.1 --- a/xarchive/stuff/slitaz-wrap.sh Wed Aug 10 14:08:33 2016 +0200 1.2 +++ b/xarchive/stuff/slitaz-wrap.sh Thu Dec 30 11:41:25 2021 +0000 1.3 @@ -97,7 +97,7 @@ 1.4 COMPRESS="cat" 1.5 while read d c exts; do 1.6 in_exts $exts || continue 1.7 - [ "$d" == "${d% *}" -o "$(which ${d% *})" ] || exit $UNSUPPORTED 1.8 + [ "$d" = "${d% *}" -o "$(which ${d% *})" ] || exit $UNSUPPORTED 1.9 DECOMPRESS="$d" 1.10 COMPRESS="$c" 1.11 [ "$(which ${c% *})" ] || COMPRESS="false"