Re: [PATCH] scripts/patch-kernel fix

2012-08-17 Thread Jan Engelhardt
On Thursday 2012-07-26 12:10, Michal Marek wrote: >On 19.7.2012 23:49, Daniel Wisehart wrote: >> diff --git a/scripts/patch-kernel b/scripts/patch-kernel >> index d000ea3..a7672eb 100755 >> --- a/scripts/patch-kernel >> +++ b/scripts/patch-kernel >> @@ -226,7 +226,7 @@ fi >> >> # This all assum

Re: [PATCH] scripts/patch-kernel fix

2012-07-26 Thread Michal Marek
On 19.7.2012 23:49, Daniel Wisehart wrote: > diff --git a/scripts/patch-kernel b/scripts/patch-kernel > index d000ea3..a7672eb 100755 > --- a/scripts/patch-kernel > +++ b/scripts/patch-kernel > @@ -226,7 +226,7 @@ fi > > # This all assumes a 2.6.x[.y] kernel tree. > # Don't allow backwards/reve

[PATCH] scripts/patch-kernel fix

2012-07-19 Thread Daniel Wisehart
Takes care of errors when running something like: $ ./scripts/patch-kernel . .. 3.5 Current kernel version is 3.5.0-rc7 ( Saber-toothed Squirrel) ./scripts/patch-kernel: line 229: [: -lt: unary operator expected ./scripts/patch-kernel: line 252: [: -gt: unary operator expected diff --git a/scrip