From e611096d7b370ef979a0df39a449c94abbafc74b Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 26 Jan 2009 17:09:26 +0000 Subject: No need to wrap _PATH_SYSPATH. It makes it harder to grep(1) for its value. (also unwrapping better matches existing style) --- include/paths.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/paths.h') diff --git a/include/paths.h b/include/paths.h index 69990a6..2d85f2d 100644 --- a/include/paths.h +++ b/include/paths.h @@ -45,8 +45,7 @@ #define _PATH_STDPATH \ "/usr/bin:/bin:/usr/sbin:/sbin:" /* Locate system binaries */ -#define _PATH_SYSPATH \ - "/sbin:/usr/sbin" +#define _PATH_SYSPATH "/sbin:/usr/sbin" #define _PATH_AUTHCONF "/etc/auth.conf" #define _PATH_BSHELL "/bin/sh" -- cgit v1.1