diff options
| author | cgd <cgd@NetBSD.org> | 1994-03-18 21:45:44 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1994-03-18 21:45:44 +0000 |
| commit | 058c23f16488103298fc1a02735630793eb7d5d4 (patch) | |
| tree | 3604da4c17f29584d4109818bfe1ba636f728e20 /gnu/usr.bin/diff/diff.h | |
| parent | 39e3da4a699a721726e8a1d1aabfcb452f87fe30 (diff) | |
fix diff -l, so that it invokes pr correctly.
from mark@aggregate.com (Mark P. Gooderum)
Diffstat (limited to 'gnu/usr.bin/diff/diff.h')
| -rw-r--r-- | gnu/usr.bin/diff/diff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/diff/diff.h b/gnu/usr.bin/diff/diff.h index e75050f9bf6..f51a60d619b 100644 --- a/gnu/usr.bin/diff/diff.h +++ b/gnu/usr.bin/diff/diff.h @@ -23,7 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "regex.h" #ifndef PR_FILE_NAME -#define PR_FILE_NAME "/bin/pr" +#define PR_FILE_NAME "/usr/bin/pr" #endif #define TAB_WIDTH 8 |
