On Mon Jun 30, 2008 at 22:18:06 -0500, Raphael Geissert wrote: > > ?? ?? ?? echo "require_ok( '$i' );" ; \ > > - ?? ?? echo -e "\n" ; \ > > + ?? ?? print "\n" ; \ > > ??done > > That is incorrect, echo -e "\n" prints two lines, print*f* "\n" only one.
I spotted that, but applied the patch anyway to the Debian package and upstream repository. The code in question is only used to generate a test case, and it has no functional bearing on the package. Better to fix the bashism, and have a slightly less friendly generated tests/modules.t file than suffer future bug reports! Steve -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

