Fix dependency handling in start.sh.

This commit is contained in:
Loïc Hoguin 2011-02-20 19:47:07 +01:00
parent 840db6b7b3
commit 8eae404797

View File

@ -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