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)
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.


No differences found