[IRCServices] Services 5.0.13 released
Andrew Church
achurch at achurch.org
Tue Mar 4 10:58:46 PST 2003
>I'm wondering whether this is anything to do with:
>
>#define MODULE_VERSION_CODE 0x05000C /* 5.0.12 */
>
>in the modules.h for 5.0.13?
This is correct--it means the interface hasn't changed since that
version.
>That said, it compiled fine for me using the 5.0.13 diff patch under
>debian woody.
I suspect this is a problem with differing implementations of
"test file1 -nt file2" in various shells. To the people who are having
problems, try the following (note, it will delete any file named "b" in the
current directory):
touch a
rm -f b
test a -nt b
echo $?
If it prints "1", let me know what shell and version you're using--I'll see
about doing a workaround.
--Andrew Church
achurch at achurch.org
http://achurch.org/