From 8ca5ff35e6384fa4fa36f38f9ee3f51fa7d749d0 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Wed, 30 Dec 2009 15:44:36 +0000 Subject: [PATCH] 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 a8a68a036dc2..611021aed9ac 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"