summaryrefslogtreecommitdiff
path: root/src/idx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/idx.c')
-rw-r--r--src/idx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/idx.c b/src/idx.c
index 0ec7d29..17fdd58 100644
--- a/src/idx.c
+++ b/src/idx.c
@@ -782,7 +782,6 @@ directory_index(int fd, CONFIG const *conf,
env.ws.ws_command = template_command;
env.ws.ws_closure = &env;
env.ws.ws_env = varenv;
- env.ws.ws_options = WRDSO_ARGV;
env.wsflags = WRDSF_NOSPLIT
| WRDSF_WS
@@ -790,7 +789,6 @@ directory_index(int fd, CONFIG const *conf,
| WRDSF_SHOWERR
| WRDSF_GETVAR
| WRDSF_CLOSURE
- | WRDSF_OPTIONS
| WRDSF_ENV
| WRDSF_ENV_KV
;

Return to:

Send suggestions and report system problems to the System administrator.