Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
iptables init.d scripts requires bash. Trivial to fix.
Created an attachment (id=112689) [edit] 00-test-and.patch
Created an attachment (id=112724) [edit] 00-unbash.patch replaced [[ ]] with [ ]
When not using [[ things within [ should be quoted. The nice thing about [[ is that you don't need to use quotes within it.
Fixed in CVS, thanks
a lot of excessive/unnecessary quoting was added