mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
9258520d84
into a single patch for each source file).
12 lines
325 B
Plaintext
12 lines
325 B
Plaintext
--- 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"
|