diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-06-19 20:18:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-06-19 20:18:11 +0000 |
commit | 4f85ff9f8ac8bb63c6f43cb75ecd97c42c726d57 (patch) | |
tree | 5cf501efb7d577f09662a4cb16120c6b38cd696d /media-gfx/wings | |
parent | initial import. closes request in bug #22584. (diff) | |
download | historical-4f85ff9f8ac8bb63c6f43cb75ecd97c42c726d57.tar.gz historical-4f85ff9f8ac8bb63c6f43cb75ecd97c42c726d57.tar.bz2 historical-4f85ff9f8ac8bb63c6f43cb75ecd97c42c726d57.zip |
add detach to fix #21985
Diffstat (limited to 'media-gfx/wings')
-rw-r--r-- | media-gfx/wings/files/wings.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/wings/files/wings.sh b/media-gfx/wings/files/wings.sh index c9e8552f6e73..e60c18393677 100644 --- a/media-gfx/wings/files/wings.sh +++ b/media-gfx/wings/files/wings.sh @@ -4,4 +4,4 @@ ESDL_ROOT="/usr/lib/erlang/lib/esdl" WINGS_ROOT="/usr/lib/erlang/lib/wings" -erl -pa $ESDL_ROOT/ebin $WINGS_ROOT/ebin -run wings_start start_halt +erl -detached -pa $ESDL_ROOT/ebin $WINGS_ROOT/ebin -run wings_start start_halt |