aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-09-06 18:00:41 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-09-06 18:00:41 +0000
commit27f3a5092319bdd5b60029eea37c89ab62b085e9 (patch)
tree25c6ecc36b9ab20a74f3381fb942ddd9bdd6e470 /shell
parent2bf218ca2e730cc24b61c5a818659c940bcfc150 (diff)
downloadbusybox-w32-27f3a5092319bdd5b60029eea37c89ab62b085e9.tar.gz
busybox-w32-27f3a5092319bdd5b60029eea37c89ab62b085e9.tar.bz2
busybox-w32-27f3a5092319bdd5b60029eea37c89ab62b085e9.zip
define IFS_BROKEN
git-svn-id: svn://busybox.net/trunk/busybox@3405 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 @@
79/* These are here to work with glibc -- Don't change these... */ 79/* These are here to work with glibc -- Don't change these... */
80#undef FNMATCH_BROKEN 80#undef FNMATCH_BROKEN
81#undef GLOB_BROKEN 81#undef GLOB_BROKEN
82#define IFS_BROKEN
82 83
83#include <assert.h> 84#include <assert.h>
84#include <stddef.h> 85#include <stddef.h>
@@ -12680,7 +12681,7 @@ findvar(struct var **vpp, const char *name)
12680/* 12681/*
12681 * Copyright (c) 1999 Herbert Xu <herbert@debian.org> 12682 * Copyright (c) 1999 Herbert Xu <herbert@debian.org>
12682 * This file contains code for the times builtin. 12683 * This file contains code for the times builtin.
12683 * $Id: ash.c,v 1.23 2001/09/06 17:35:20 andersen Exp $ 12684 * $Id: ash.c,v 1.24 2001/09/06 18:00:41 andersen Exp $
12684 */ 12685 */
12685static int timescmd (int argc, char **argv) 12686static int timescmd (int argc, char **argv)
12686{ 12687{