From: <sg...@us...> - 2008-01-23 14:58:39
|
Revision: 114 http://toc.svn.sourceforge.net/toc/?rev=114&view=rev Author: sgbeal Date: 2008-01-23 06:57:46 -0800 (Wed, 23 Jan 2008) Log Message: ----------- minor corrections Modified Paths: -------------- trunk/toc2/sbin/toc2_bootstrap.sh Modified: trunk/toc2/sbin/toc2_bootstrap.sh =================================================================== --- trunk/toc2/sbin/toc2_bootstrap.sh 2008-01-23 14:55:54 UTC (rev 113) +++ trunk/toc2/sbin/toc2_bootstrap.sh 2008-01-23 14:57:46 UTC (rev 114) @@ -49,15 +49,15 @@ } TOC2_TOP_SRCDIR=${PWD} -TOC2_HOME=${TOC2_HOME-"${TOC2_TOP_SRCDIR}/toc"} +TOC2_HOME=${TOC2_HOME-"${TOC2_TOP_SRCDIR}/toc2"} test -d "${TOC2_HOME}" || { - echo "The toc home directory, TOC2_HOME, not found. Set that variable to the top-most path to your toc installation, or unset it to use the default of ./toc" + echo "The toc home directory, TOC2_HOME, not found. Set that variable to the top-most path to your toc installation, or unset it to use the default of ./toc2" exit 4 } export TOC2_TOP_SRCDIR export TOC2_HOME -export PATH=${TOC2_HOME}/bin:${PATH} +export PATH="${TOC2_HOME}/bin:${PATH}" { # set up the core CORE_SH=${TOC2_HOME}/sbin/toc2_core.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |