Mercurial Hosting > editor
changeset 86:b6ef6aaa9f29 default tip
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 27 Jun 2025 19:44:35 -0600 |
parents | ccc7fc9636ab |
children | |
files | scripts/luan_editor.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/luan_editor.sh Fri Jun 27 17:51:37 2025 -0600 +++ b/scripts/luan_editor.sh Fri Jun 27 19:44:35 2025 -0600 @@ -12,7 +12,7 @@ set +m -if [[ "$(uname)" == "Darwin" ]]; then # Mac crap +if [[ "$(uname)" == "Darwin" ]]; then # Mac java -Ddictionaries="$DICTIONARIES" -Xdock:name="Luan Editor" -Duser.home="$HOME" -classpath "$CLASSPATH" luan.Luan classpath:luan_editor/editor.luan "$@" 2>&1 | grep --line-buffered -v 'NSRemoteView\|NSSavePanel' | tee ~/.luan_editor/error.log & else java -Duser.home="$HOME" -Ddictionaries="$DICTIONARIES" -classpath "$CLASSPATH" luan.Luan classpath:luan_editor/editor.luan "$@" 2>&1 | tee ~/.luan_editor/error.log &