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.
This commit is contained in:
parent
1427083f4f
commit
a146b8dbd6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85240
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue