On Sun, Oct 10, 2010 at 3:36 AM, Michał Górny wrote: > On Sat, 9 Oct 2010 17:33:41 -0400 Mike Frysinger wrote: >> On Saturday, October 09, 2010 11:16:38 Michał Górny wrote: >> > + if [[ ${ECLASS_DEBUG_OUTPUT} = on ]]; then >> >> if you're going to use [[]], then also use == > > Pointless. == implies pattern matching.
not really. the point of using == is to avoid confusion of assignment which = implies. -mike