From 2dbf8cd72849b6fc4a83f44eb9dbd7d5f7aeeb65 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Thu, 29 Apr 2010 18:15:41 +0000 Subject: [PATCH] Source SetupEnvironment with the more portable ".". git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36537 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- data/etc/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/etc/profile b/data/etc/profile index bf7ccbe2c7..f3f4e6d564 100644 --- a/data/etc/profile +++ b/data/etc/profile @@ -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> "