[IRCServices] Services 5.0.13 released
Todd Punderson
todd at doonga.net
Mon Mar 3 20:24:01 PST 2003
> touch a
> rm -f b
> test a -nt b
> echo $?
1
> tcsh --version
tcsh 6.12.00 (Astron) 2002-07-23 (i386-intel-FreeBSD) options
8b,nls,dl,al,kan,sm,rh,color,dspm,filec
Thanks!
Todd
----- Original Message -----
From: "Andrew Church" <achurch at achurch.org>
To: <ircservices at ircservices.za.net>
Sent: Monday, March 03, 2003 8:58 PM
Subject: Re: Re: [IRCServices] Services 5.0.13 released
> >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/
> ------------------------------------------------------------------
> To unsubscribe or change your subscription options, visit:
> http://www.ircservices.za.net/mailman/listinfo/ircservices
>