withlib.in: Fix bashism (`export VAR=VALUE'). 1.0.7
authorMark Wooding <mdw@distorted.org.uk>
Fri, 10 Jun 2011 20:00:07 +0000 (21:00 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 10 Jun 2011 20:00:07 +0000 (21:00 +0100)
commit6eb6c3d4f4620fb5718439382ba6667c58f1fb18
tree0148ff3992b138b9c6d38422d73a007ae8267f07
parent8af70def55bfa6bf32ad9ebd7566fb998c2de99b
withlib.in: Fix bashism (`export VAR=VALUE').

For some reason, under `dash', this causes (say) `noip' to work
correctly for exactly one level of nesting.  An attempt to invoke a
nested `noip' results in

export: 4: noip.so: bad variable name

This appears to be a result of `dash' doing word splitting too early.
debian/changelog
withlib.in