wok diff xarchive/stuff/slitaz-wrap.sh @ rev 25494

Add finch & btop (thanks ceel)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 30 08:50:05 2022 +0000 (19 months ago)
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	Wed Nov 30 08:50:05 2022 +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"