This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/master by this push:
     new 53e9042b7 fix setting of -proc:none on Windows
53e9042b7 is described below

commit 53e9042b798be4754de7ff4b8c7220e229c2950c
Author: Jaikiran Pai <jaiki...@apache.org>
AuthorDate: Tue Sep 12 14:50:56 2023 +0530

    fix setting of -proc:none on Windows
    
    This fixes the issue introduced in bootstrap.bat (for Windows) by my commit 
in 72d6a274733d7c5460efc9ae53d645246184dabe
---
 bootstrap.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap.bat b/bootstrap.bat
index 39f7165ef..46f2f9f1d 100755
--- a/bootstrap.bat
+++ b/bootstrap.bat
@@ -46,7 +46,7 @@ set TOOLS=src\main\org\apache\tools
 set CLASSDIR=build\classes
 
 SET CLASSPATH=%LOCALCLASSPATH%;%CLASSDIR%;src\main;%CLASSPATH%
-SET BOOTJAVAC_OPTS="-proc:none %BOOTJAVAC_OPTS%"
+SET BOOTJAVAC_OPTS=-proc:none %BOOTJAVAC_OPTS%
 
 echo JAVA_HOME=%JAVA_HOME%
 echo JAVA=%JAVA%

Reply via email to