wok diff xz/stuff/lzma @ rev 22064

updated twisted (13.2.0 -> 19.7.0)
author Hans-G?nter Theisgen
date Thu Oct 24 17:19:52 2019 +0100 (2019-10-24)
parents 90ab20b44e0f
children
line diff
     1.1 --- a/xz/stuff/lzma	Sat Mar 19 14:47:17 2011 +0100
     1.2 +++ b/xz/stuff/lzma	Thu Oct 24 17:19:52 2019 +0100
     1.3 @@ -73,7 +73,7 @@
     1.4  	done
     1.5  	for i in $files; do
     1.6  		xz $args $i || usage error
     1.7 -		[ "lzma" == "$suffix" ] || mv ${i%.*}.lzma ${i%.*}.$suffix
     1.8 +		[ "lzma" = "$suffix" ] || mv ${i%.*}.lzma ${i%.*}.$suffix
     1.9  	done
    1.10  	exit
    1.11  }