solenv/bin/modules/installer/simplepackage.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 070254c2a129d8e35bbdb37d38f90fec03490182 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Thu Aug 16 23:57:21 2018 +0200 Commit: Stephan Bergmann <sberg...@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 <sberg...@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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits