Index: openacs-4/etc/install/install.sh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/install/install.sh,v diff -u -r1.20 -r1.21 --- openacs-4/etc/install/install.sh 21 Oct 2003 15:06:36 -0000 1.20 +++ openacs-4/etc/install/install.sh 22 Oct 2003 09:52:43 -0000 1.21 @@ -322,7 +322,7 @@ if parameter_true "$dotlrn_demo_data"; then # Do .LRN demo data setup echo "$0: Starting basic setup of .LRN at $(date)" - cp ${script_path}/tcl/eval-command.tcl $serverroot/www/eval-command.tcl + cp tcl/eval-command.tcl $serverroot/www/eval-command.tcl ${tclwebtest_dir}/tclwebtest -config_file $config_file dotlrn-basic-setup.test rm $serverroot/www/eval-command.tcl fi