On Mon, Jul 02, 2007 at 03:01:32PM +0200, [EMAIL PROTECTED] wrote:
> Author: tg
> Date: 2007-07-02 15:01:32 +0200 (Mon, 02 Jul 2007)
> New Revision: 3069
>
> Modified:
> trunk/freewrt/package/fwifupdown/lib/bridge
> Log:
> ifacelist is not local!
>
>
> Modified: trunk/freewrt/package/fwifupdown/lib/bridge
> ===================================================================
> --- trunk/freewrt/package/fwifupdown/lib/bridge 2007-07-02 12:49:56 UTC
> (rev 3068)
> +++ trunk/freewrt/package/fwifupdown/lib/bridge 2007-07-02 13:01:32 UTC
> (rev 3069)
> @@ -98,7 +98,6 @@
> }
>
> if_preup() {
> - local ifacelist
> if ! [ -x "$(which brctl)" ]
> then
> mcreate
That's one reason why "set -u" helps for developing new shell-script
based network configuration scripts. _only_ for development, not for
production.
Dirk
_______________________________________________
freewrt-developers mailing list
[email protected]
https://www.freewrt.org/lists/listinfo/freewrt-developers