Kaydet (Commit) 070254c2 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Print (raw) exit code on system() failure

Change-Id: I5d99319aa336c02dc0c20ab2bc3a1302840d100d
Reviewed-on: https://gerrit.libreoffice.org/59242
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst f5f23505
...@@ -457,7 +457,7 @@ sub create_package ...@@ -457,7 +457,7 @@ sub create_package
if ($returnvalue) if ($returnvalue)
{ {
$infoline = "ERROR: Could not execute \"$systemcall\"!\n"; $infoline = "ERROR: Could not execute \"$systemcall\": $returnvalue\n";
push( @installer::globals::logfileinfo, $infoline); push( @installer::globals::logfileinfo, $infoline);
} }
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment