Jonathan Smith wrote:
> First a bit about what I'm trying to do. I need a function which takes a
> patchfile and patches a source directory. Thats it. However, I need to
> be able to do so no matter what the patchlevel (-px) of the diff is. So,
> my solution is to just try to patch until it work
First a bit about what I'm trying to do. I need a function which takes a
patchfile and patches a source directory. Thats it. However, I need to
be able to do so no matter what the patchlevel (-px) of the diff is. So,
my solution is to just try to patch until it works or you try a level
more tha