This service is used to get, set, and unset system environment variables. Note: shell parameter expansion is not supported at this time. Signed-off-by: Christopher Friedt <cfriedt@meta.com>
10 lines
221 B
Bash
10 lines
221 B
Bash
# Copyright (c) 2024 Meta
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config POSIX_ENV_SHELL
|
|
bool "Support for shell"
|
|
select POSIX_ENV
|
|
select POSIX_SHELL
|
|
help
|
|
This shell provides access to system environment variables.
|