mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-02 08:33:48 +01:00
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…
Add table
Reference in a new issue