Another fix after /boot/beos -> /boot/system change.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29888 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -335,7 +335,7 @@ confstr(int name, char *buffer, size_t length)
|
|||||||
|
|
||||||
switch (name) {
|
switch (name) {
|
||||||
case _CS_PATH:
|
case _CS_PATH:
|
||||||
string = "/bin:/boot/beos/apps:" \
|
string = "/bin:/boot/system/apps:" \
|
||||||
"/boot/common/bin:/boot/develop/bin";
|
"/boot/common/bin:/boot/develop/bin";
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user