tazpkg diff modules/upgrade @ rev 972

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 08:21:22 2019 +0100 (2019-02-26)
parents 50421cb50644
children
line diff
     1.1 --- a/modules/upgrade	Sun Feb 19 18:05:03 2017 +0000
     1.2 +++ b/modules/upgrade	Tue Feb 26 08:21:22 2019 +0100
     1.3 @@ -28,7 +28,7 @@
     1.4  
     1.5  repo_number=1
     1.6  for repo in $PRIORITY; do
     1.7 -	if [ "$repo" == "$PKGS_DB" ]; then
     1.8 +	if [ "$repo" = "$PKGS_DB" ]; then
     1.9  		repo_name='Main'
    1.10  	else
    1.11  		repo_name="$(basename "$repo")"