Skip to content

Commit 686890c

Browse files
Typo inserted when lining up code (#672)
* Typo inserted when lining up code * Update shared.cmd
1 parent b60ef12 commit 686890c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/src/main/bin/shared.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ GOTO :ENDFUNCTIONS
4444
SET OPEN_JDK=false
4545
SET ORACLE_ONE=0
4646
SET ORACLE_TWO=0
47-
FOR /F "token\s=1,5" %%x IN ('%JAVA_EXE% -version 2^>^&1') DO (
47+
FOR /F "tokens=1,5" %%x IN ('%JAVA_EXE% -version 2^>^&1') DO (
4848
IF "%%x" == "OpenJDK" (
4949
SET OPEN_JDK=true
5050
IF EXIST %ORACLE_HOME%\wlserver\server\lib\weblogic.jar (

0 commit comments

Comments
 (0)