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 | |
| parent | cc43532293de7ef236e43752265ff0e5a6af8261 (diff) | |
| download | mtk-20170518-43f485f334ce60bb1bacffa11795100475e92ec4.zip mtk-20170518-43f485f334ce60bb1bacffa11795100475e92ec4.tar.gz mtk-20170518-43f485f334ce60bb1bacffa11795100475e92ec4.tar.bz2 | |
include/shell.sh: remove getvar()
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43020
| -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 634beed..a1e5cbe 100644 --- a/include/shell.sh +++ b/include/shell.sh @@ -1,7 +1,3 @@ -getvar() { - eval "echo \"\${$1}\"" -} - var2file() { local var eval "var=\"\${$1}\"" |
