X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fpatch-kernel;h=20fb25c2338299f33a8954d6b046ce17f7b466fe;hb=54a0f91301950af3d6ae2ff2bf710c9c68a9bfea;hp=46a59cae3a0a6d52840483ab10212ef93fb6f3c3;hpb=273b2578392bbf6e5c47a8a3d1ee461ce6fc7182;p=pandora-kernel.git diff --git a/scripts/patch-kernel b/scripts/patch-kernel index 46a59cae3a0a..20fb25c23382 100755 --- a/scripts/patch-kernel +++ b/scripts/patch-kernel @@ -250,7 +250,7 @@ while : # incrementing SUBLEVEL (s in v.p.s) do CURRENTFULLVERSION="$VERSION.$PATCHLEVEL.$SUBLEVEL" EXTRAVER= - if [ $STOPFULLVERSION = $CURRENTFULLVERSION ]; then + if [ x$STOPFULLVERSION = x$CURRENTFULLVERSION ]; then echo "Stopping at $CURRENTFULLVERSION base as requested." break fi