From 42711fce0efd3af60be6c944a80b22a9f8e3bf57 Mon Sep 17 00:00:00 2001 From: billh Date: Fri, 11 Jan 2002 11:54:31 +0000 Subject: [PATCH] demo script bugfix. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@214 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- test/demo.csh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/demo.csh b/test/demo.csh index 22943c6..8187838 100755 --- a/test/demo.csh +++ b/test/demo.csh @@ -1,12 +1,12 @@ #!/bin/csh echo This demo requires the festival synthesis system, and modules -echo 'gail'. It also assumes (for the moment) that the gnome-2.0 +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 ***WARNING*** this demo calls bonobo-slay and pkill, so it +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! +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 setenv LD_LIBRARY_PATH /opt/gnome-2.0/lib bonobo-slay -- 2.7.4