From: Martin Logan <[EMAIL PROTECTED]>

---
 lib/faxien/src/fax_publish.erl |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lib/faxien/src/fax_publish.erl b/lib/faxien/src/fax_publish.erl
index f5c6be9..2c7aff7 100644
--- a/lib/faxien/src/fax_publish.erl
+++ b/lib/faxien/src/fax_publish.erl
@@ -145,7 +145,8 @@ publish2(Type, Repos, AppDirPath, Timeout) when Type == 
binary; Type == generic
                    generic -> fax_put:put_generic_app_package(Repos, ErtsVsn, 
AppName, AppVsn, Binary, Timeout); 
                    binary  -> fax_put:put_binary_app_package(Repos, ErtsVsn, 
AppName, AppVsn, Binary, Timeout)
                end,
-           fax_put:put_checksum_file(Repos, ErtsVsn, "lib", AppName, AppVsn, 
Binary, Timeout);
+           fax_put:put_checksum_file(Repos, ErtsVsn, "lib", AppName, AppVsn, 
Binary, Timeout),
+           Result;
        Error ->
            ?ERROR_MSG("beams compiled with an unsuppored erts vsn. Error 
~p~n", [Error]),
            Error
-- 
1.5.3.5


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