mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-24 03:17:22 +00:00
fix typo
SVN-Revision: 4608
This commit is contained in:
@@ -14,7 +14,7 @@ find_config() {
|
||||
;;
|
||||
esac
|
||||
config_get device "$ifn" device
|
||||
for ifc in ${device:-iface}; do
|
||||
for ifc in ${device:-$iface}; do
|
||||
[ "$ifc" = "$1" ] && {
|
||||
echo "$ifn"
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user