remove extra space

This commit is contained in:
Ben Fry
2022-03-12 12:30:51 -05:00
parent 4f32cdaa5c
commit 7b8fac3d3f

View File

@@ -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