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

Up tazinst(99), tazinst-gui(99)
author Richard Dunbar <mojo@slitaz.org>
date Mon Mar 04 14:27:27 2019 -0500 (2019-03-04)
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	Mon Mar 04 14:27:27 2019 -0500
     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"