Bug-fix for bash and no-dynamic case.
authorPhil Pennock <pdp@spodhuis.org>
Sun, 16 Jan 2011 23:36:55 +0000 (18:36 -0500)
committerPhil Pennock <pdp@spodhuis.org>
Sun, 16 Jan 2011 23:41:56 +0000 (18:41 -0500)
When writing the patch, originally nothing other than a cp was needed if
there were no dynamic modules.  That changed, but the guard at the top
did not.  Remove that check.

bash does not like a block which consists solely of a comment.  Provide
a ':' invocation.

Both problems spotted by Simon Arlott -- thanks.


No differences found