Author: nbd Date: 2014-10-22 10:57:30 +0200 (Wed, 22 Oct 2014) New Revision: 43020
Modified: trunk/include/shell.sh Log: include/shell.sh: remove getvar() Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/include/shell.sh =================================================================== --- trunk/include/shell.sh 2014-10-22 08:57:25 UTC (rev 43019) +++ trunk/include/shell.sh 2014-10-22 08:57:30 UTC (rev 43020) @@ -1,7 +1,3 @@ -getvar() { - eval "echo \"\${$1}\"" -} - var2file() { local var eval "var=\"\${$1}\"" _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
