wok-current diff xz/stuff/lzma @ rev 23387
updated perl-pcsc (1.4.12 -> 1.4.14)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 16:21:04 2020 +0100 (2020-03-31) |
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 Tue Mar 31 16:21:04 2020 +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 }