Skip to content

Commit 810b214

Browse files
committed
U oops!
1 parent 3ba4712 commit 810b214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/universalJavaApplicationStub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ cd "${WorkingDirectory}" || exit 13
874874
stub_logger "[WorkingDirectory] ${WorkingDirectory}"
875875

876876
# invoke bootstrap script
877-
$Bootstrap=$ResourcesFolder/scripts/bootstrap && [ -x "$Bootstrap" ] && $Bootstrap
877+
Bootstrap=$ResourcesFolder/scripts/bootstrap && [ -x "$Bootstrap" ] && $Bootstrap
878878

879879
# execute Java and set
880880
# - classpath

0 commit comments

Comments
 (0)