update error messages

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16720 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2006-03-11 19:40:49 +00:00
parent 30ce5790f2
commit df29904e48

View File

@ -5,7 +5,7 @@
if test -f ../../../../../generated/tests/apps/haiku_app_server; then
../../../../../generated/tests/apps/haiku_app_server &
else
echo "You need to \"TARGET_PLATFORM=r5 jam install-test-apps\" first."
echo "You need to \"TARGET_PLATFORM=libbe_test jam install-test-apps\" first."
fi
sleep 1s
@ -19,6 +19,6 @@ sleep 1s
if test -f ../../../../../generated/tests/apps/Playground; then
../../../../../generated/tests/apps/Playground
else
echo "You need to \"TARGET_PLATFORM=r5 jam install-test-apps\" first."
echo "You need to \"TARGET_PLATFORM=libbe_test jam install-test-apps\" first."
fi