aboutsummaryrefslogtreecommitdiff
path: root/toys/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/env.c')
-rw-r--r--toys/env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/env.c b/toys/env.c
index 0a1dd3e9..b23d98a0 100644
--- a/toys/env.c
+++ b/toys/env.c
@@ -5,7 +5,7 @@ USE_ENV(NEWTOY(env, "^i", TOYFLAG_USR|TOYFLAG_BIN))
config ENV
bool "env"
- default n
+ default y
help
usage: env [-i] [FOO=BAR...] [command [option...]]