tazpkg diff modules/upgrade @ rev 976

misc typos
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 09 12:03:43 2021 +0000 (2021-11-09)
parents 50421cb50644
children
line diff
     1.1 --- a/modules/upgrade	Sun Feb 19 18:05:03 2017 +0000
     1.2 +++ b/modules/upgrade	Tue Nov 09 12:03:43 2021 +0000
     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")"