[EMAIL PROTECTED] dixit:

>-      test x"${dns_dhcp:-NO}" = x"NO" && exit 0
>+      [[ $dns_dhcp = YES ]] || exit 0

Not quite. The test case should always be
        [[ $foo = NO ]] && exit 0
for consistency. I just didn't do this for subversion
because that'd be a change in behaviour, would have
required a dashver bump and possibly upset you.

//mirabile
-- 
I believe no one can invent an algorithm. One just happens to hit upon it
when God enlightens him. Or only God invents algorithms, we merely copy them.
If you don't believe in God, just consider God as Nature if you won't deny
existence.              -- Coywolf Qi Hunt
_______________________________________________
freewrt-developers mailing list
[email protected]
https://www.freewrt.org/lists/listinfo/freewrt-developers

Reply via email to