From be08970ecb1d0ea11aadf962b30baeb798e6eb81 Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 16 Oct 2008 18:16:58 +0000 Subject: [PATCH] Suggested change from _Hypnos --- direct/src/directscripts/profilepaths-osx.command | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/direct/src/directscripts/profilepaths-osx.command b/direct/src/directscripts/profilepaths-osx.command index 6ee7925565..2004a4e4c9 100644 --- a/direct/src/directscripts/profilepaths-osx.command +++ b/direct/src/directscripts/profilepaths-osx.command @@ -47,7 +47,7 @@ then $(touch $PROFILE) fi -if [ "$(grep -i panda $PROFILE)" != "" ] +if [ "$(grep -i panda3d $PROFILE)" != "" ] then echo "It looks like you might already have the paths set up. If you're" echo "upgrading, might just need to change PANDA_VERSION to $PANDA_VERSION" @@ -69,7 +69,7 @@ then else clear echo "Cowardly refusing to touch your profile because you already" - echo "have some reference to 'panda'. Here is what needs to be in" + echo "have some reference to 'panda3d'. Here is what needs to be in" echo "$PROFILE :" echo "" echo "$BASH_BLOCK"