core: add /bin to the default search path

https://bugzilla.gnome.org/show_bug.cgi?id=742576
(cherry picked from commit abbca50ca9)
This commit is contained in:
Thomas Haller 2015-01-08 11:55:50 +01:00
parent cda2802fe9
commit 6f643d2761

View file

@ -814,6 +814,7 @@ const char *const NM_PATHS_DEFAULT[] = {
"/sbin/",
"/usr/sbin/",
"/usr/local/sbin/",
"/bin/",
"/usr/bin/",
"/usr/local/bin/",
NULL,