netifd: ifup-shellscript - fix wrong usage of 'local'
authorFelix Fietkau <nbd@openwrt.org>
Thu, 10 Dec 2015 12:53:30 +0000 (12:53 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 10 Dec 2015 12:53:30 +0000 (12:53 +0000)
commit6fb259b6dfa2b542a22bebcaf4230743266dcc50
tree2f8dafacded2027d2965940e41758264f1b41ec0
parentb106a8f2553245836d901b9e92b923381575583a
netifd: ifup-shellscript - fix wrong usage of 'local'

this error was not visible until recent bump to
busybox 1.24.1 stable which introduced a warning message
when keyword 'local' is not used with a shell-function.

this does not change behavior and is a cosmetic cleanup.
fixes the following output:

root@box:~ ifup <interface>
/sbin/ifup: local: line 362: not in a function
/sbin/ifup: local: line 362: not in a function
/sbin/ifup: local: line 1: not in a function

Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 47828
package/network/config/netifd/files/sbin/ifup