You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ro...@apache.org on 2007/03/15 14:06:14 UTC

svn commit: r518619 - /incubator/tuscany/cpp/sca/builddist.bat

Author: robbinspg
Date: Thu Mar 15 06:06:13 2007
New Revision: 518619

URL: http://svn.apache.org/viewvc?view=rev&rev=518619
Log:
fix setlocal/endlocal

Modified:
    incubator/tuscany/cpp/sca/builddist.bat

Modified: incubator/tuscany/cpp/sca/builddist.bat
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/builddist.bat?view=diff&rev=518619&r1=518618&r2=518619
==============================================================================
--- incubator/tuscany/cpp/sca/builddist.bat (original)
+++ incubator/tuscany/cpp/sca/builddist.bat Thu Mar 15 06:06:13 2007
@@ -18,6 +18,8 @@
 @REM  under the License.
 
 
+@setlocal
+
 if "%AXIS2C_HOME%" == "" (
 echo "AXIS2C_HOME not set"
 goto end
@@ -220,4 +222,4 @@
 :end
 
 echo SCA Build complete.
-endlocal
+@endlocal



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org