diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-10-22 08:57:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-10-22 08:57:30 +0000 |
commit | 43f485f334ce60bb1bacffa11795100475e92ec4 (patch) | |
tree | 67b78946d9affafc83aace850d8477560c635cd5 /include/shell.sh | |
parent | cc43532293de7ef236e43752265ff0e5a6af8261 (diff) | |
download | upstream-43f485f334ce60bb1bacffa11795100475e92ec4.tar.gz upstream-43f485f334ce60bb1bacffa11795100475e92ec4.tar.bz2 upstream-43f485f334ce60bb1bacffa11795100475e92ec4.zip |
include/shell.sh: remove getvar()
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43020
Diffstat (limited to 'include/shell.sh')
-rw-r--r-- | include/shell.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/shell.sh b/include/shell.sh index 634beedcef..a1e5cbe66f 100644 --- a/include/shell.sh +++ b/include/shell.sh @@ -1,7 +1,3 @@ -getvar() { - eval "echo \"\${$1}\"" -} - var2file() { local var eval "var=\"\${$1}\"" |