aboutsummaryrefslogtreecommitdiff
path: root/coreutils/fold.c
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-12-22 13:56:36 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-12-22 13:56:36 +0000
commit2c888ab84fbb9fb450577217c4354a2e677357bd (patch)
treeebc86b4456711b1aa8905894432e544df28e2d63 /coreutils/fold.c
parentb9c6be4ea3fea9cdc0370bf571a766711cf770c2 (diff)
downloadbusybox-w32-2c888ab84fbb9fb450577217c4354a2e677357bd.tar.gz
busybox-w32-2c888ab84fbb9fb450577217c4354a2e677357bd.tar.bz2
busybox-w32-2c888ab84fbb9fb450577217c4354a2e677357bd.zip
convert "negaite" config option into reversed (INCLUDE_SUSv2)
git-svn-id: svn://busybox.net/trunk/busybox@17054 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils/fold.c')
-rw-r--r--coreutils/fold.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/fold.c b/coreutils/fold.c
index 9ca693dff..fd7298169 100644
--- a/coreutils/fold.c
+++ b/coreutils/fold.c
@@ -45,7 +45,7 @@ int fold_main(int argc, char **argv)
45 int i; 45 int i;
46 int errs = 0; 46 int errs = 0;
47 47
48 if(!ENABLE_DEBUG_YANK_SUSv2) { 48 if (ENABLE_INCLUDE_SUSv2) {
49 /* Turn any numeric options into -w options. */ 49 /* Turn any numeric options into -w options. */
50 for (i = 1; i < argc; i++) { 50 for (i = 1; i < argc; i++) {
51 char const *a = argv[i]; 51 char const *a = argv[i];