From 8d44939fcb11f9538144a3e9194b1920ae34f6e3 Mon Sep 17 00:00:00 2001 From: Walter Date: Mon, 7 Aug 2023 15:04:47 +1200 Subject: [PATCH] add -Duser.dir="$LPHY" to make Linux happen #408 --- bin/lphystudio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lphystudio b/bin/lphystudio index 25de37305..741dd8454 100755 --- a/bin/lphystudio +++ b/bin/lphystudio @@ -25,4 +25,4 @@ if [ -z "$LPHY" ]; then fi LPHY_LIB=$LPHY/lib -java -Xms64m -Xmx5g -p $LPHY_LIB -m lphystudio $* +java -Xms64m -Xmx5g -Duser.dir="$LPHY" -p $LPHY_LIB -m lphystudio $*