]> git.e2factory.org Git - e2factory.git/commitdiff
Don't cat with nonexisting error object, fixes #999
authorTobias Ulmer <tu@emlix.com>
Fri, 3 Aug 2012 10:03:29 +0000 (12:03 +0200)
committerTobias Ulmer <tu@emlix.com>
Fri, 3 Aug 2012 10:03:29 +0000 (12:03 +0200)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
local/e2build.lua

index 43c6fd679d75a6b0dab19d3b686721ffd358ff80..95345834131aa98dc85bb51d37545da8fe2411d0 100644 (file)
@@ -1264,7 +1264,7 @@ function deploy(info, r, return_flags)
     local rc, re = info.cache:push_file(sourcefile, server, location1,
                                                                cache_flags)
     if not rc then
-      return false, e:cat(re)
+      return false, re
     end
   end
   return true