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:
parent
4711148ca9
commit
eb89cb7f1d
@ -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:"
|
||||
|
Loading…
Reference in New Issue
Block a user