define IFS_BROKEN
This commit is contained in:
parent
88cec25e99
commit
5bb1677f1d
3
ash.c
3
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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user