diff options
Diffstat (limited to 'toys/other/printenv.c')
-rw-r--r-- | toys/other/printenv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/printenv.c b/toys/other/printenv.c index e8bcf29b..65f62edf 100644 --- a/toys/other/printenv.c +++ b/toys/other/printenv.c @@ -2,7 +2,7 @@ * * Copyright 2012 Georgi Chorbadzhiyski <georgi@unixsol.org> -USE_PRINTENV(NEWTOY(printenv, "0(null)", TOYFLAG_USR|TOYFLAG_BIN)) +USE_PRINTENV(NEWTOY(printenv, "0(null)", TOYFLAG_BIN)) config PRINTENV bool "printenv" |