mirror of https://github.com/hak5/openwrt-owl.git
Revert "include/shell.sh: remove getvar()"
It is more widely used than I thought. Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43068owl
parent
4aa8c512b0
commit
d4754e1eb5
|
@ -1,3 +1,7 @@
|
|||
getvar() {
|
||||
eval "echo \"\${$1}\""
|
||||
}
|
||||
|
||||
var2file() {
|
||||
local var
|
||||
eval "var=\"\${$1}\""
|
||||
|
|
Loading…
Reference in New Issue