aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-09-06 18:00:41 +0000
committerEric Andersen <andersen@codepoet.org>2001-09-06 18:00:41 +0000
commit5bb1677f1d59c29c8ed3888100f5f85681e3ea92 (patch)
tree25c6ecc36b9ab20a74f3381fb942ddd9bdd6e470 /shell
parent88cec25e99370ccef499e0b65480aa8458e66b7a (diff)
downloadbusybox-5bb1677f1d59c29c8ed3888100f5f85681e3ea92.tar.gz
define IFS_BROKEN
Diffstat (limited to 'shell')
-rw-r--r--shell/ash.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index bd34c0efb..9b3f83ef6 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -79,6 +79,7 @@
/* These are here to work with glibc -- Don't change these... */
#undef FNMATCH_BROKEN
#undef GLOB_BROKEN
+#define IFS_BROKEN
#include <assert.h>
#include <stddef.h>
@@ -12680,7 +12681,7 @@ findvar(struct var **vpp, const char *name)
/*
* Copyright (c) 1999 Herbert Xu <herbert@debian.org>
* This file contains code for the times builtin.
- * $Id: ash.c,v 1.23 2001/09/06 17:35:20 andersen Exp $
+ * $Id: ash.c,v 1.24 2001/09/06 18:00:41 andersen Exp $
*/
static int timescmd (int argc, char **argv)
{