diff options
Diffstat (limited to 'toys/patch.c')
-rw-r--r-- | toys/patch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toys/patch.c b/toys/patch.c index 53be2631..9ec748e2 100644 --- a/toys/patch.c +++ b/toys/patch.c @@ -21,6 +21,8 @@ * -F fuzz (number, default 2) * [file] which file to patch +USE_PATCH(NEWTOY(patch, "up#i:R", TOYFLAG_USR|TOYFLAG_BIN)) + config PATCH bool "patch" default y |