Skip to content

Commit

Permalink
corrected the pathsep typo
Browse files Browse the repository at this point in the history
Signed-off-by: alwin-joseph <alwin.joseph@oracle.com>
  • Loading branch information
alwin-joseph authored and scottmarlow committed Mar 3, 2021
1 parent 55af201 commit 9e75474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install/jakartaee/bin/ts.jte
Expand Up @@ -1247,7 +1247,7 @@ command.testExecuteAppClient= \
command.testExecuteEjbEmbed=com.sun.ts.lib.harness.ExecTSTestCmd \
CLASSPATH=${ts.home}/lib/tsharness.jar${pathsep}\
${ts.home}/lib/cts.jar${pathsep}\
${pathsep}${ts.home}/lib/glassfishporting.jar\
${ts.home}/lib/glassfishporting.jar${pathsep}\
${ts.home}/lib/commons-lang3-3.3.2.jar${pathsep}\
${jdbc.db.classes}${pathsep}\
${javaee.home}/lib/embedded/glassfish-embedded-static-shell.jar \
Expand Down
2 changes: 1 addition & 1 deletion install/jakartaee/bin/ts.jte.jdk11
Expand Up @@ -1234,7 +1234,7 @@ command.testExecuteAppClient= \
command.testExecuteEjbEmbed=com.sun.ts.lib.harness.ExecTSTestCmd \
CLASSPATH=${ts.home}/lib/tsharness.jar${pathsep}\
${ts.home}/lib/cts.jar${pathsep}\
${pathsep}${ts.home}/lib/glassfishporting.jar\
${ts.home}/lib/glassfishporting.jar${pathsep}\
${ts.home}/lib/commons-lang3-3.3.2.jar${pathsep}\
${jdbc.db.classes}${pathsep}\
${javaee.home}/lib/embedded/glassfish-embedded-static-shell.jar \
Expand Down

0 comments on commit 9e75474

Please sign in to comment.