Fix dependency handling in start.sh.
This commit is contained in:
parent
840db6b7b3
commit
8eae404797
2
start.sh
2
start.sh
@ -2,4 +2,4 @@
|
|||||||
echo "EGS is free software available under the GNU GPL version 3"
|
echo "EGS is free software available under the GNU GPL version 3"
|
||||||
echo "Copyright (C) 2010 Loic Hoguin"
|
echo "Copyright (C) 2010 Loic Hoguin"
|
||||||
echo
|
echo
|
||||||
erl -sname egs -pa ebin -boot start_sasl -s ex_reloader -s egs
|
erl -sname egs -pa ebin -pa deps/*/ebin -boot start_sasl -s ex_reloader -s egs
|
||||||
|
Loading…
Reference in New Issue
Block a user