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 acad71a commit b0df3a2Copy full SHA for b0df3a2
src/main/resources/mac/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