From: Mikael Magnusson <[email protected]>

Signed-off-by: Mikael Magnusson <[email protected]>
---
 server/sinan/src/sin_shell.erl |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/server/sinan/src/sin_shell.erl b/server/sinan/src/sin_shell.erl
index b2b24ab..62739fc 100644
--- a/server/sinan/src/sin_shell.erl
+++ b/server/sinan/src/sin_shell.erl
@@ -116,6 +116,9 @@ send_paths(BuildRef, RepoDir, [{AppName, Vsn, _} | T]) ->
 send_paths(BuildRef, RepoDir, [{AppName, Vsn} | T]) ->
     send_path(BuildRef, RepoDir, AppName, Vsn),
     send_paths(BuildRef, RepoDir, T);
+send_paths(BuildRef, RepoDir, [{AppName, Vsn, _NDeps, _AppPath} | T]) ->
+    send_path(BuildRef, RepoDir, AppName, Vsn),
+    send_paths(BuildRef, RepoDir, T);
 send_paths(_, _, []) ->
     ok.
 
-- 
1.5.6.3


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"erlware-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/erlware-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to