diff options
author | Clint Adams <clint@users.sourceforge.net> | 2000-05-15 18:48:21 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2000-05-15 18:48:21 +0000 |
commit | 195f1c4015b7219e81e7c376f06c9276106dcc84 (patch) | |
tree | 6cfc638eb3e08f2c55dfd1509c17d988b4ffa6fe /Src/options.c | |
parent | 18b193f241c6d4257a249b174283ba3148710349 (diff) | |
download | zsh-195f1c4015b7219e81e7c376f06c9276106dcc84.tar.gz zsh-195f1c4015b7219e81e7c376f06c9276106dcc84.tar.xz zsh-195f1c4015b7219e81e7c376f06c9276106dcc84.zip |
11387: OCTAL_ZEROES option
Diffstat (limited to 'Src/options.c')
-rw-r--r-- | Src/options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/options.c b/Src/options.c index 9125a2380..ea3bf13de 100644 --- a/Src/options.c +++ b/Src/options.c @@ -162,6 +162,7 @@ static struct optname optns[] = { {NULL, "notify", OPT_ZSH, NOTIFY}, {NULL, "nullglob", OPT_EMULATE, NULLGLOB}, {NULL, "numericglobsort", OPT_EMULATE, NUMERICGLOBSORT}, +{NULL, "octalzeroes", OPT_EMULATE|OPT_SH, OCTALZEROES}, {NULL, "overstrike", 0, OVERSTRIKE}, {NULL, "pathdirs", OPT_EMULATE, PATHDIRS}, {NULL, "posixbuiltins", OPT_EMULATE|OPT_BOURNE, POSIXBUILTINS}, |