diff options
author | Rob Landley <rob@landley.net> | 2007-12-18 02:34:08 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-12-18 02:34:08 -0600 |
commit | 344139aa3f3cf41b7fee9d70cb56df9901524248 (patch) | |
tree | e0f333e27f0ff4a5c218ca44299607a8e49787a3 /toys/Config.in | |
parent | 81b899d6df16a3aea0d6b5eeb220db0cbb7088be (diff) | |
download | toybox-344139aa3f3cf41b7fee9d70cb56df9901524248.tar.gz |
Patch should be working now, change config default...
Diffstat (limited to 'toys/Config.in')
-rw-r--r-- | toys/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/Config.in b/toys/Config.in index 3d1b168d..d3cd9cf3 100644 --- a/toys/Config.in +++ b/toys/Config.in @@ -275,7 +275,7 @@ config ONEIT config PATCH bool "patch" - default n + default y help usage: patch [-i file] [-p depth] [-Ru] |