tazpkg diff modules/upgrade @ rev 975
updated german messages
author | Hans-G?nter Theisgen |
---|---|
date | Thu Sep 24 07:50:22 2020 +0100 (2020-09-24) |
parents | 50421cb50644 |
children |
line diff
1.1 --- a/modules/upgrade Sun Feb 19 18:05:03 2017 +0000 1.2 +++ b/modules/upgrade Thu Sep 24 07:50:22 2020 +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")"