From 8ad2dc5478eca1c694be10213578e40b7cac1443 Mon Sep 17 00:00:00 2001 From: billh Date: Fri, 11 Jan 2002 11:59:05 +0000 Subject: [PATCH] script fix git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@215 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- test/demo.csh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test/demo.csh b/test/demo.csh index 8187838..d9ad1b0 100755 --- a/test/demo.csh +++ b/test/demo.csh @@ -1,13 +1,13 @@ #!/bin/csh -echo This demo requires the festival synthesis system, and modules +echo "This demo requires the festival synthesis system, and modules" echo "'gail'. It also assumes (for the moment) that the gnome-2.0" -echo libraries are in /opt/gnome-2.0/lib, gnome-2.0 executables are in -echo /opt/gnome-2.0/bin, and that festival is installed in -echo /usr/share/festival/festival. +echo "libraries are in /opt/gnome-2.0/lib, gnome-2.0 executables are in" +echo "/opt/gnome-2.0/bin, and that festival is installed in" +echo "/usr/share/festival/festival." echo "***WARNING*** this demo calls bonobo-slay and pkill, so it" -echo may kill a number of existing processes/applications on your system. -echo "you are advised to read and edit the file before use!" -setenv PATH /opt/gnome-2.0/bin:/bin:/usr/bin:/home/billh/gnome/at-spi/test/.libs:/usr/share/festival/festival/bin +echo "may kill a number of existing processes/applications on your system." +echo "you are advised to read and edit the file before use." +setenv PATH /opt/gnome-2.0/bin:/bin:/usr/bin:$HOME/gnome/at-spi/test/.libs:/usr/share/festival/festival/bin setenv LD_LIBRARY_PATH /opt/gnome-2.0/lib bonobo-slay pkill festival_server -- 2.7.4