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

updated nfs-utils (2.4.3 -> 2.6.1)
author Hans-G?nter Theisgen
date Thu May 12 17:03:36 2022 +0100 (2022-05-12)
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 May 12 17:03:36 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"