diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-10-04 04:23:27 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-10-04 04:23:27 +0000 |
commit | 223ecd7affdab7609dae4fde89e8a4505fe4fc70 (patch) | |
tree | 4cff5eb4f2389e932bb37cc35f1bcea5db375553 /usr.bin | |
parent | b32a1021fb98b48b526f77f3d361c479c50f98a0 (diff) |
Fix path to /bin/ls; ok millert
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/mail/pathnames.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mail/pathnames.h b/usr.bin/mail/pathnames.h index 3712c43a8ad..9aacc30190f 100644 --- a/usr.bin/mail/pathnames.h +++ b/usr.bin/mail/pathnames.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pathnames.h,v 1.5 2001/01/16 05:36:08 millert Exp $ */ +/* $OpenBSD: pathnames.h,v 1.6 2001/10/04 04:23:26 pvalchev Exp $ */ /* $NetBSD: pathnames.h,v 1.4 1996/06/08 19:48:34 christos Exp $ */ /* @@ -42,7 +42,7 @@ /* executables */ #define _PATH_EX "/usr/bin/ex" #define _PATH_MORE "/usr/bin/more" -#define _PATH_LS "/usr/bin/ls" +#define _PATH_LS "/bin/ls" #define _PATH_LOCKSPOOL "/usr/libexec/lockspool" /* directories & files */ |