summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/paths.h2
1 files changed, 1 insertions, 1 deletions
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"
OpenPOWER on IntegriCloud