summaryrefslogtreecommitdiffstats
path: root/include/paths.h
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2009-12-30 15:44:36 +0000
committerjilles <jilles@FreeBSD.org>2009-12-30 15:44:36 +0000
commit99c441f44f73a5a229fa7e84121b3612a01be887 (patch)
tree6564e6ad82e92b8f5c9cc1bc347a2dab7b96ee9c /include/paths.h
parentc616f4157ad9d6e6e71d15dabac48cdac924d9d9 (diff)
downloadFreeBSD-src-99c441f44f73a5a229fa7e84121b3612a01be887.zip
FreeBSD-src-99c441f44f73a5a229fa7e84121b3612a01be887.tar.gz
Remove the current directory from _PATH_STDPATH.
Diffstat (limited to 'include/paths.h')
-rw-r--r--include/paths.h2
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"
OpenPOWER on IntegriCloud