mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
854635b423
PR: 9594 Submitted by: Seigou Tanimura <tanimura@naklab.dnj.ynu.ac.jp>
12 lines
287 B
Plaintext
12 lines
287 B
Plaintext
--- src/bin/scripts/remind.cpp.orig Thu Jun 4 13:37:00 1992
|
|
+++ src/bin/scripts/remind.cpp Sun Jan 17 17:48:18 1999
|
|
@@ -34,7 +34,7 @@
|
|
' > $tmp
|
|
|
|
cat $MacrosFile $RemindersFile \
|
|
- | /lib/cpp \
|
|
+ | /usr/bin/cpp \
|
|
| egrep -f $tmp \
|
|
| awk '
|
|
/[0-9][0-9]?:[0-9][0-9]?/ {
|