From e4155d6ff971ac3b3b62990c2cc67bbb45bb3eb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 6 Oct 2004 02:21:07 +0000 Subject: [PATCH] When $PATH has not yet been set, the bash will now set the BeOS standard path. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9224 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/bash/config-top.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/bin/bash/config-top.h b/src/apps/bin/bash/config-top.h index b2bcffab58..26f510fcc8 100644 --- a/src/apps/bin/bash/config-top.h +++ b/src/apps/bin/bash/config-top.h @@ -52,7 +52,7 @@ /* The default value of the PATH variable. */ #ifndef DEFAULT_PATH_VALUE #define DEFAULT_PATH_VALUE \ - "/usr/gnu/bin:/usr/local/bin:/usr/ucb:/bin:/usr/bin:." + ".:/boot/home/config/bin:/bin:/boot/apps:/boot/preferences:/boot/beos/apps:/boot/beos/preferences:/boot/develop/bin" #endif /* The value for PATH when invoking `command -p'. This is only used when