diff options
author | Mike Frysinger | 2005-04-21 23:23:13 +0000 |
---|---|---|
committer | Mike Frysinger | 2005-04-21 23:23:13 +0000 |
commit | 6d1d2e59bff295c5876430a6289425118f02e0ee (patch) | |
tree | cfe9de6c7905a797c162de4da229246696ac120d /coreutils/Config.in | |
parent | c0bc9652fd8aaa0283249f66b0971bd3139c9116 (diff) | |
download | busybox-6d1d2e59bff295c5876430a6289425118f02e0ee.zip busybox-6d1d2e59bff295c5876430a6289425118f02e0ee.tar.gz |
add a printenv implementation
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index a299506..466e8b8 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -164,6 +164,12 @@ config CONFIG_ENV a command; without options it displays the current environment. +config CONFIG_PRINTENV + bool "printenv" + default n + help + printenv is used to print all or part of environment. + config CONFIG_EXPR bool "expr" default n |