include/shell.sh: remove getvar()
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43020
This commit is contained in:
parent
cc43532293
commit
43f485f334
|
@ -1,7 +1,3 @@
|
||||||
getvar() {
|
|
||||||
eval "echo \"\${$1}\""
|
|
||||||
}
|
|
||||||
|
|
||||||
var2file() {
|
var2file() {
|
||||||
local var
|
local var
|
||||||
eval "var=\"\${$1}\""
|
eval "var=\"\${$1}\""
|
||||||
|
|
Loading…
Reference in New Issue