Source SetupEnvironment with the more portable ".".

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36537 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2010-04-29 18:15:41 +00:00
parent f1a61cda9a
commit 2dbf8cd728
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
echo -e "\nWelcome to the Haiku shell.\n"
if [ -z $BE_HOST_CPU ]; then
source /boot/system/boot/SetupEnvironment
. /boot/system/boot/SetupEnvironment
fi
export PS1="\w> "