diff options
-rw-r--r-- | perl-install/standalone.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index 824ec46ed..34b283979 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -202,6 +202,7 @@ sub bug_handler { } # we want the full backtrace: + $error .= "\n" if $is_signal; $error .= common::backtrace() if $error; my $progname = $0; |