> On Sun, Mar 30, 2003 at 11:33:54PM +0200, Corinna Vinschen wrote: > > if [ ! -e /bin/lint.exe || ! -e /bin/lint ]; then > > > > should be > > > > if [ ! -e /bin/lint.exe -o ! -e /bin/lint ]; then > > Well, on second thought, shouldn't that be > > if [ ! -e /bin/lint.exe -a ! -e /bin/lint ]; then > > ?
Yep, I agree...Done! New packages have just finished uploading: <http://twoducks.exposure.org.uk/elfyn/cygwin/splint/setup.hint> <http://twoducks.exposure.org.uk/elfyn/cygwin/splint/splint-3.0.1.6-1.tar.bz 2> <http://twoducks.exposure.org.uk/elfyn/cygwin/splint/splint-3.0.1.6-1-src.ta r.bz2> Regards, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk
