diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-07-02 19:43:02 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-07-02 19:43:02 +0000 |
commit | de600b767179179e5271d2b86a1ce902409c4628 (patch) | |
tree | 0dca7f06f89ec8f5a52db2c1e052d3fab415171a /usr.bin | |
parent | e9c0e0bb4a50c2a1fd4e311a908f586301bcced8 (diff) |
diffh belongs in /usr/libexec/
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/diff/pathnames.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/diff/pathnames.h b/usr.bin/diff/pathnames.h index eec82149fbf..3d9650984e0 100644 --- a/usr.bin/diff/pathnames.h +++ b/usr.bin/diff/pathnames.h @@ -32,5 +32,5 @@ #include <paths.h> #define _PATH_DIFF "/usr/bin/diff" -#define _PATH_DIFFH "/usr/bin/diffh" +#define _PATH_DIFFH "/usr/libexec/diffh" #define _PATH_PR "/usr/bin/pr" |