From 99c441f44f73a5a229fa7e84121b3612a01be887 Mon Sep 17 00:00:00 2001 From: jilles Date: Wed, 30 Dec 2009 15:44:36 +0000 Subject: Remove the current directory from _PATH_STDPATH. --- include/paths.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.1