$ cvs diff -ub bin/ethna.bat
Index: bin/ethna.bat
===================================================================
RCS file: /cvsroot/ethna/ethna/bin/ethna.bat,v
retrieving revision 1.4
diff -u -b -r1.4 ethna.bat
--- bin/ethna.bat 6 Jun 2006 14:16:27 -0000 1.4
+++ bin/ethna.bat 31 Oct 2006 16:46:05 -0000
@@ -16,6 +16,7 @@
set DEFAULT_ETHNA_HOME=%~dp0
)
+echo %DEFAULT_ETHNA_HOME%
goto init
goto cleanup
@@ -34,12 +35,12 @@
IF EXIST "@PEAR-DIR@" (
%PHP_COMMAND% -d html_errors=off -qC "@PEAR-DIR@\Ethna\bin\ethna_handle.php" %1 %2 %3 %4 %5 %6 %7 %8 %9
) ELSE (
- %PHP_COMMAND% -d html_errors=off -qC "%ETHNA_HOME%\bin\ethna_handle.php" %1 %2 %3 %4 %5 %6 %7 %8 %9
+ %PHP_COMMAND% -d html_errors=off -qC "%ETHNA_HOME%\ethna_handle.php" %1 %2 %3 %4 %5 %6 %7 %8 %9
)
goto cleanup
:no_phpcommand
-set PHP_COMMAND=php.exe
+set PHP_COMMAND=c:\php\php.exe
goto init
:set_classpath
ちょぴっとパスをいじるだけで、CVS HEADが使える様子。
あとはSmartyのパスの修正もいるかな。