diff options
Diffstat (limited to 'posix/wordexp.h')
-rw-r--r-- | posix/wordexp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/wordexp.h b/posix/wordexp.h index 2bdce27f93..5a4102b760 100644 --- a/posix/wordexp.h +++ b/posix/wordexp.h @@ -33,7 +33,7 @@ enum WRDE_SHOWERR = (1 << 4), /* Don't redirect stderr to /dev/null. */ WRDE_UNDEF = (1 << 5), /* Error for expanding undefined variables. */ __WRDE_FLAGS = (WRDE_DOOFFS | WRDE_APPEND | WRDE_NOCMD | - WRDE_REUSE | WRDE_SHOWERR | WRDE_UNDEF), + WRDE_REUSE | WRDE_SHOWERR | WRDE_UNDEF) }; /* Structure describing a word-expansion run. */ |