mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
Revert "include/shell.sh: remove getvar()"
It is more widely used than I thought. Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43068
This commit is contained in:
parent
4aa8c512b0
commit
d4754e1eb5
@ -1,3 +1,7 @@
|
|||||||
|
getvar() {
|
||||||
|
eval "echo \"\${$1}\""
|
||||||
|
}
|
||||||
|
|
||||||
var2file() {
|
var2file() {
|
||||||
local var
|
local var
|
||||||
eval "var=\"\${$1}\""
|
eval "var=\"\${$1}\""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user