wok-6.x diff xz/stuff/lzma @ rev 20892
Remove ashism ==
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 26 09:14:07 2019 +0100 (2019-02-26) |
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 Feb 26 09:14:07 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 }