The currently predefined PATH variable missed its single most important path (/bin) :).

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9355 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-10-14 17:44:09 +00:00
parent 4711148ca9
commit eb89cb7f1d

View File

@ -841,6 +841,7 @@ search_path_for_type(image_type type)
#else
case B_APP_IMAGE:
return "/boot/home/config/bin:"
"/bin:"
"/boot/apps:"
"/boot/preferences:"
"/boot/beos/apps:"