[Libreoffice-commits] core.git: solenv/bin

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Aug 17 07:42:23 UTC 2018


 solenv/bin/modules/installer/simplepackage.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 070254c2a129d8e35bbdb37d38f90fec03490182
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Aug 16 23:57:21 2018 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Aug 17 09:41:58 2018 +0200

    Print (raw) exit code on system() failure
    
    Change-Id: I5d99319aa336c02dc0c20ab2bc3a1302840d100d
    Reviewed-on: https://gerrit.libreoffice.org/59242
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/solenv/bin/modules/installer/simplepackage.pm b/solenv/bin/modules/installer/simplepackage.pm
index 30f41e43f6ff..f5337e59dc18 100644
--- a/solenv/bin/modules/installer/simplepackage.pm
+++ b/solenv/bin/modules/installer/simplepackage.pm
@@ -457,7 +457,7 @@ sub create_package
 
         if ($returnvalue)
         {
-            $infoline = "ERROR: Could not execute \"$systemcall\"!\n";
+            $infoline = "ERROR: Could not execute \"$systemcall\": $returnvalue\n";
             push( @installer::globals::logfileinfo, $infoline);
         }
         else


More information about the Libreoffice-commits mailing list