define IFS_BROKEN
authorEric Andersen <andersen@codepoet.org>
Thu, 6 Sep 2001 18:00:41 +0000 (18:00 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 6 Sep 2001 18:00:41 +0000 (18:00 -0000)
ash.c
shell/ash.c

diff --git a/ash.c b/ash.c
index bd34c0efb712715b40376276fe4366a113e99914..9b3f83ef6547e6f4cf7a50c350a5a1095c0cb87b 100644 (file)
--- a/ash.c
+++ b/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)
 {
index bd34c0efb712715b40376276fe4366a113e99914..9b3f83ef6547e6f4cf7a50c350a5a1095c0cb87b 100644 (file)
@@ -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)
 {