freebsd-ports/devel/sfio/files/patch-ag
James Raynard 9258520d84 New patches for sfio98. (Not that many changes, I've just split them up
into a single patch for each source file).
1998-11-07 18:06:17 +00:00

11 lines
325 B
Text

--- src/lib/sfio/Sfio_t/runtest.orig Sat Nov 7 15:35:55 1998
+++ src/lib/sfio/Sfio_t/runtest Sat Nov 7 15:36:11 1998
@@ -32,7 +32,7 @@
if $CC -g -I.. -I$INCLUDE $i $LIB/libsfio.a -lm -o t
then
if ./t
- then rm t; status=passed
+ then rm -f t; status=passed
else status=failed
fi
else status="Not compiled"