OSDN Git Service

- change condition for detect if ethna is installed with pear.
authorichii386 <ichii386@2ef88817-412d-0410-a32c-8029a115e976>
Wed, 7 Feb 2007 11:14:39 +0000 (11:14 +0000)
committerichii386 <ichii386@2ef88817-412d-0410-a32c-8029a115e976>
Wed, 7 Feb 2007 11:14:39 +0000 (11:14 +0000)
bin/ethna.bat

index 6d74527..23f45bb 100755 (executable)
@@ -31,7 +31,7 @@ goto run
 goto cleanup
 
 :run
-IF EXIST "@PEAR-DIR@" (
+IF EXIST "@PEAR-DIR@\Ethna" (
   %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