12 lines
299 B
Diff
12 lines
299 B
Diff
--- include/paths.h~ 2008-02-22 18:09:54.000000000 -0600
|
|
+++ include/paths.h 2016-07-25 12:03:25.144058895 -0500
|
|
@@ -2,7 +2,7 @@
|
|
#define _PATHS_H
|
|
|
|
#define _PATH_BSHELL "/bin/sh"
|
|
-#define _PATH_DEFPATH "/bin:/usr/bin:"
|
|
+#define _PATH_DEFPATH "/bin:/usr/bin"
|
|
|
|
#define _PATH_DEVNULL "/dev/null"
|
|
|