Skip to content

Commit a37f57a

Browse files
committed
Use REM for comments to avoid error messages on the DOS prompt for Windows users
1 parent a87078d commit a37f57a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/runbuildscript.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# This is for windows users only.
2-
# If you're on a mac or linux, just run `ant build` from this folder in Terminal
1+
REM # This is for windows users only.
2+
REM # If you're on a mac or linux, just run `ant build` from this folder in Terminal
33

44
set MYDIR=%~dp0
55
set ANT_OPTS=-D"file.encoding=UTF-8"

0 commit comments

Comments
 (0)