Skip to content

Commit

Permalink
Fix missing space before nested IF statement
Browse files Browse the repository at this point in the history
  • Loading branch information
erasmussen-first authored and filipelautert committed Oct 2, 2023
1 parent 76ab01c commit e1b985a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liquibase-dist/src/main/archive/liquibase.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rem remove quotes around JAVA_HOME if set
if DEFINED JAVA_HOME if NOT JAVA_HOME == "" set JAVA_HOME=%JAVA_HOME:"=%

rem set JAVA_HOME to local jre dir if not set
if exist "%LIQUIBASE_HOME%\jre"if "%JAVA_HOME%"=="" (
if exist "%LIQUIBASE_HOME%\jre" if "%JAVA_HOME%"=="" (
set JAVA_HOME="%LIQUIBASE_HOME%jre"

rem remove quotes around JAVA_HOME
Expand Down

0 comments on commit e1b985a

Please sign in to comment.