Skip to content

Commit

Permalink
add -Duser.dir="$LPHY" to make Linux happen #408
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Aug 7, 2023
1 parent 66de24d commit 8d44939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lphystudio
Original file line number Diff line number Diff line change
Expand Up @@ -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 $*

0 comments on commit 8d44939

Please sign in to comment.