in reply to Re^2: How to patch this module?
in thread How to patch this module?

I don't know what format the patch file is in and how your patch command expects its input.

The patch command I know expects its input on stdin, which is why I showed the suspected command line as

patch < whatever.patch

Maybe your patch command is different.

Replies are listed 'Best First'.
Re^4: How to patch this module?
by ultranerds (Hermit) on Mar 28, 2017 at 09:40 UTC
    Sorry, I missed the < part of your example :) Works now! Thanks