Skip to content

Commit

Permalink
modify windows bash error
Browse files Browse the repository at this point in the history
  • Loading branch information
heavyrain2012 committed Sep 13, 2019
1 parent 83b6ae5 commit da2428a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distribution/src/main/scripts/wildfirechat.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ goto end
rem Set JavaHome if it exists
if exist { "%JAVA_HOME%\bin\java" } (
set "JAVA="%JAVA_HOME%\bin\java""
) else {
) else (
set "JAVA="java""
}
)

echo Using JAVA_HOME: "%JAVA_HOME%"
echo Using WILDFIRECHAT_HOME: "%WILDFIRECHAT_HOME%"
Expand Down

0 comments on commit da2428a

Please sign in to comment.