Mercurial Hosting > editor
diff scripts/install.sh @ 51:32631fdbbdf1
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sat, 24 May 2025 11:31:09 -0600 |
parents | c433b19a8dfa |
children | 3f4c3722b78b |
line wrap: on
line diff
--- a/scripts/install.sh Sat May 24 10:01:57 2025 -0600 +++ b/scripts/install.sh Sat May 24 11:31:09 2025 -0600 @@ -16,7 +16,7 @@ set +m -java -Xdock:name="Luan Editor" -classpath $CLASSPATH luan.Luan classpath:luan_editor/editor.luan "$@" 2>&1 | grep --line-buffered -v 'NSRemoteView\|NSSavePanel' & +java -Xdock:name="Luan Editor" -classpath \$CLASSPATH luan.Luan classpath:luan_editor/editor.luan "\$@" 2>&1 | grep --line-buffered -v 'NSRemoteView\|NSSavePanel' & End chmod +x /usr/local/bin/luan_editor