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 changed files with 0 additions and 4 deletions
|
@ -1,7 +1,3 @@
|
|||
getvar() {
|
||||
eval "echo \"\${$1}\""
|
||||
}
|
||||
|
||||
var2file() {
|
||||
local var
|
||||
eval "var=\"\${$1}\""
|
||||
|
|
Loading…
Reference in a new issue