Skip to content

Commit

Permalink
fix setting of -proc:none on Windows
Browse files Browse the repository at this point in the history
This fixes the issue introduced in bootstrap.bat (for Windows) by my commit in 72d6a27
  • Loading branch information
jaikiran committed Sep 12, 2023
1 parent 3b585e5 commit 53e9042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand Down

0 comments on commit 53e9042

Please sign in to comment.