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

updated nrg2iso (0.4 -> 0.4.1)
author Hans-G?nter Theisgen
date Mon May 16 14:45:30 2022 +0100 (2022-05-16)
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 May 16 14:45:30 2022 +0100
     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"