We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba4712 commit 810b214Copy full SHA for 810b214
src/universalJavaApplicationStub
@@ -874,7 +874,7 @@ cd "${WorkingDirectory}" || exit 13
874
stub_logger "[WorkingDirectory] ${WorkingDirectory}"
875
876
# invoke bootstrap script
877
-$Bootstrap=$ResourcesFolder/scripts/bootstrap && [ -x "$Bootstrap" ] && $Bootstrap
+Bootstrap=$ResourcesFolder/scripts/bootstrap && [ -x "$Bootstrap" ] && $Bootstrap
878
879
# execute Java and set
880
# - classpath
0 commit comments