#235 closed defect (fixed)
PR_PROGRAM doesn't point to the correct pr in diffutils
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Book | Version: | CVS |
| Severity: | normal | Keywords: | |
| Cc: | gerard@… |
Description
Just a small one. Try using the -l option of diff to paginate the output. It fails. The variable PR_PROGRAM is defined as /bin/pr when it should be /usr/bin/pr
I suggest this modification:
make PR_PROGRAM=/usr/bin/pr
which makes it work.
Change History (3)
comment:1 by , 24 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 24 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:3 by , 24 years ago
| Cc: | added |
|---|
Note:
See TracTickets
for help on using tickets.

* Bug 236 has been marked as a duplicate of this bug. *