diff options
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakbug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug index 1af242349..58986507f 100755 --- a/perl-install/standalone/drakbug +++ b/perl-install/standalone/drakbug @@ -255,7 +255,7 @@ sub report_bug_to_bugzilla() { $error) : qq(If you can, try to run the "$prog" program from a terminal and copy and paste here any error messages and/or backtrace)) . if_($gdb_trace, qq( -GDB backtrace was: +GDB backtrace was (its interesting part is below Perl_pp_fork() or Perl_pp_waitpid()): $gdb_trace)), ), ), |