From 7b8fac3d3f33f7d68afe53962901e0028ea262c5 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sat, 12 Mar 2022 12:30:51 -0500 Subject: [PATCH] remove extra space --- build/linux/processing | 1 - 1 file changed, 1 deletion(-) diff --git a/build/linux/processing b/build/linux/processing index d443f61f4..aebef01cf 100755 --- a/build/linux/processing +++ b/build/linux/processing @@ -107,6 +107,5 @@ then else # Start Processing in the same directory as this script cd "$APPDIR" - java -Djna.nosys=true -Dpython.console.encoding=UTF-8 -Xmx512m --add-opens=java.desktop/sun.awt.X11=ALL-UNNAMED processing.app.ui.Splash "$@" & fi