X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fpatch-kernel;h=20fb25c2338299f33a8954d6b046ce17f7b466fe;hb=daa94222b638bfe34f745d0982de7a165ce7f67c;hp=46a59cae3a0a6d52840483ab10212ef93fb6f3c3;hpb=c5b0079c0a7641caac3fedab75e8e63aeb54d7e2;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