From 46f9e333d9d26cd554075f0305b45f5b950bc4c8 Mon Sep 17 00:00:00 2001 From: benfry Date: Sun, 15 May 2011 20:08:45 +0000 Subject: [PATCH] roll back changes because of regression --- build/linux/processing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/linux/processing b/build/linux/processing index a1b019d63..b8659a545 100755 --- a/build/linux/processing +++ b/build/linux/processing @@ -71,7 +71,7 @@ APPDIR=`dirname "$APPDIR"` log APPDIR # Try using a local JDK from the same directory as this script -JDKDIR=`readlink -f "$APPDIR/java"` && JDKDIR=`dirname "$JDKDIR"`/.. +JDKDIR=`readlink -f "$APPDIR/java"` make_jdkcp "$JDKDIR" log SUCCESS