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 6b9476a commit a83df20Copy full SHA for a83df20
1 file changed
build/linux/processing
@@ -71,7 +71,7 @@ APPDIR=`dirname "$APPDIR"`
71
log APPDIR
72
73
# Try using a local JDK from the same directory as this script
74
-JDKDIR=`readlink -f "$APPDIR/java"` && JDKDIR=`dirname "$JDKDIR"`/..
+JDKDIR=`readlink -f "$APPDIR/java"`
75
make_jdkcp "$JDKDIR"
76
log SUCCESS
77
0 commit comments