X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=scripts%2Fpatch-kernel;fp=scripts%2Fpatch-kernel;h=49b4241e814a90c159cc272e655daa6294c7a2ea;hb=1700ff823b27b6572cf4c3cec66d279baa1a5d30;hp=d000ea3a41fdb7f202a34e439cf954bd5353b74f;hpb=8841c8b3c4c4d9a9f2a6d30b463ad8d2c6e2f0ea;p=karo-tx-linux.git diff --git a/scripts/patch-kernel b/scripts/patch-kernel index d000ea3a41fd..49b4241e814a 100755 --- a/scripts/patch-kernel +++ b/scripts/patch-kernel @@ -27,7 +27,7 @@ # Nick Holloway , 2nd January 1995. # # Added support for handling multiple types of compression. What includes -# gzip, bzip, bzip2, zip, compress, and plaintext. +# gzip, bzip, bzip2, zip, compress, and plaintext. # # Adam Sulmicki , 1st January 1997. # @@ -159,7 +159,7 @@ applyPatch () { fi # Remove backup files find $sourcedir/ '(' -name '*.orig' -o -name '.*.orig' ')' -exec rm -f {} \; - + return 0; }