From 368a2cef0e41db3e521940c4de2c3ebefd901e1b Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Fri, 2 Mar 2012 10:51:26 +0000 Subject: [PATCH] * fix the error of httpd path. --- build/windows/xampp/apache_uninstallservice.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/windows/xampp/apache_uninstallservice.bat b/build/windows/xampp/apache_uninstallservice.bat index b736918311..78d45d32c3 100755 --- a/build/windows/xampp/apache_uninstallservice.bat +++ b/build/windows/xampp/apache_uninstallservice.bat @@ -12,7 +12,7 @@ echo Are you sure you wan't this? echo now stopping Apache2.2 when it runs net stop apachezt echo Time to say good bye to apache2.2 :( -bin\httpd -k uninstall -n apachezt +apache\bin\httpd -k uninstall -n apachezt :exit pause