From owner-freebsd-commit Wed Jan 10 02:42:30 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA29227 for freebsd-commit-outgoing; Wed, 10 Jan 1996 02:42:30 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA29214 for cvs-all-outgoing; Wed, 10 Jan 1996 02:42:07 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA29204 for cvs-gnu-outgoing; Wed, 10 Jan 1996 02:42:02 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA29197 Wed, 10 Jan 1996 02:41:56 -0800 (PST) Date: Wed, 10 Jan 1996 02:41:56 -0800 (PST) From: Mike Pritchard Message-Id: <199601101041.CAA29197@freefall.freebsd.org> To: CVS-committers, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/diff util.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/10 02:41:54 Modified: gnu/usr.bin/diff util.c Log: Correct the path used to invoke "pr" if the "-l" option to diff is specified. Also invoke "pr" with "-F" instead of the invalid "-f" option. Obtained from: NetBSD-bugs mailing list (PR# 1896) Revision Changes Path 1.4 +3 -3 src/gnu/usr.bin/diff/util.c