Skip to content
Snippets Groups Projects
Commit ea407fbc authored by nbd's avatar nbd
Browse files

Revert "include/shell.sh: remove getvar()"


It is more widely used than I thought.

Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43068 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 0a21532c
No related branches found
No related tags found
No related merge requests found
getvar() {
eval "echo \"\${$1}\""
}
var2file() {
local var
eval "var=\"\${$1}\""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment