firmware: unicode whitespace #2278

This commit is contained in:
Franco Fichtner 2018-04-07 11:57:06 +02:00
parent 6a0ded3f42
commit b266d2a5fe

View File

@ -175,7 +175,7 @@ if [ "$pkg_running" == "" ]; then
else
i=`echo $i | tr -d :`
if [ "$packages_upgraded" == "" ]; then
if [ "$i" = "pkg" ]; then
if [ "$i" = "pkg" ]; then
# prevents leaking base / kernel advertising here
pkg_upgraded="yes"
fi