diff options
author | jilles <jilles@FreeBSD.org> | 2009-12-30 15:44:36 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2009-12-30 15:44:36 +0000 |
commit | 99c441f44f73a5a229fa7e84121b3612a01be887 (patch) | |
tree | 6564e6ad82e92b8f5c9cc1bc347a2dab7b96ee9c /include | |
parent | c616f4157ad9d6e6e71d15dabac48cdac924d9d9 (diff) | |
download | FreeBSD-src-99c441f44f73a5a229fa7e84121b3612a01be887.zip FreeBSD-src-99c441f44f73a5a229fa7e84121b3612a01be887.tar.gz |
Remove the current directory from _PATH_STDPATH.
Diffstat (limited to 'include')
-rw-r--r-- | include/paths.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/paths.h b/include/paths.h index a8a68a0..611021a 100644 --- a/include/paths.h +++ b/include/paths.h @@ -42,7 +42,7 @@ /* Default search path. */ #define _PATH_DEFPATH "/usr/bin:/bin" /* All standard utilities path. */ -#define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin:" +#define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin" /* Locate system binaries. */ #define _PATH_SYSPATH "/sbin:/usr/sbin" |