mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Describe WRDE_NOCMD in the same way that we describe the rest of the flags.
This commit is contained in:
parent
69fd75d094
commit
7f872fe3d1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108596
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user