diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2003-01-03 12:03:38 +0000 | 
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2003-01-03 12:03:38 +0000 | 
| commit | 7f872fe3d18f21b8f74d92a67223149972b8fc3c (patch) | |
| tree | 020d1491c6d5b23ab11ea996ecf5669372a73bbe | |
| parent | 69fd75d094a4fca0046c5e49bb962d47d8e33099 (diff) | |
Notes
| -rw-r--r-- | include/wordexp.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/wordexp.h b/include/wordexp.h index a6f0213db250..aee7caf32f34 100644 --- a/include/wordexp.h +++ b/include/wordexp.h @@ -50,7 +50,7 @@ typedef struct {   */  #define	WRDE_APPEND	0x1		/* append to previously generated */  #define	WRDE_DOOFS	0x2		/* we_offs member is valid */ -#define	WRDE_NOCMD	0x4 +#define	WRDE_NOCMD	0x4		/* disallow command substitution */  #define	WRDE_REUSE	0x8		/* reuse wordexp_t */  #define	WRDE_SHOWERR	0x10		/* don't redirect stderr to /dev/null */  #define	WRDE_UNDEF	0x20		/* disallow undefined shell vars */ | 
