Skip to content

Commit

Permalink
No need to wrap _PATH_SYSPATH. It makes it harder to grep(1) for its
Browse files Browse the repository at this point in the history
value.  (also unwrapping better matches existing style)
  • Loading branch information
David E. O'Brien authored and David E. O'Brien committed Jan 26, 2009
1 parent 1597a61 commit 927c7d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/paths.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 927c7d4

Please sign in to comment.