From a146b8dbd6dac80d8058078860f89228b1a0f1fd Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Sun, 20 Jul 2003 13:53:00 +0000 Subject: Do not specify the libraries path, as they will be found automatically. Add the -noinput flag to prevent erlang's command prompt from showing up. --- graphics/wings/files/wings.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/wings') diff --git a/graphics/wings/files/wings.sh b/graphics/wings/files/wings.sh index 6497af96668a..10ce4d941dc0 100644 --- a/graphics/wings/files/wings.sh +++ b/graphics/wings/files/wings.sh @@ -1,5 +1,5 @@ #!/bin/sh -!!PREFIX!!/bin/erl -pa !!PREFIX!!/lib/erlang/lib/esdl/ebin:!!PREFIX!!/libexec/wings/ebin -run wings_start start_halt +!!PREFIX!!/bin/erl -noinput -run wings_start start_halt exit 0 -- cgit v1.2.3