X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/6f8004f613c150756c62b31518740054d518a651..88d99188b8fdc9b172b74e41db418a9b85b13ae0:/openwrt/package/base-files/default/etc/nvram.sh?ds=inline diff --git a/openwrt/package/base-files/default/etc/nvram.sh b/openwrt/package/base-files/default/etc/nvram.sh index f1170ac47..4d39a1020 100644 --- a/openwrt/package/base-files/default/etc/nvram.sh +++ b/openwrt/package/base-files/default/etc/nvram.sh @@ -4,8 +4,8 @@ nvram () { if [ -x /usr/sbin/nvram ]; then case $1 in - get) eval "echo \${$2:-\$(command nvram get $2)}";; - *) command nvram $*;; + get) eval "echo \${$2:-\$(/usr/sbin/nvram get $2)}";; + *) /usr/sbin/nvram $*;; esac else case $1 in