summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakbug
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-20 16:00:07 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-20 16:00:07 +0000
commit033dbfd4fa15971cd1104c33c555667a8e1c2493 (patch)
tree32e40c9936cfc7f795013fd60e63273501e2c26a /perl-install/standalone/drakbug
parent9abd6612f0ed1db2aff0213e8a07888b8ce90e16 (diff)
downloaddrakx-033dbfd4fa15971cd1104c33c555667a8e1c2493.tar
drakx-033dbfd4fa15971cd1104c33c555667a8e1c2493.tar.gz
drakx-033dbfd4fa15971cd1104c33c555667a8e1c2493.tar.bz2
drakx-033dbfd4fa15971cd1104c33c555667a8e1c2493.tar.xz
drakx-033dbfd4fa15971cd1104c33c555667a8e1c2493.zip
add an empty line between trace & kernel/CPU info
Diffstat (limited to 'perl-install/standalone/drakbug')
-rwxr-xr-xperl-install/standalone/drakbug3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug
index 14f37ff40..08e8eca83 100755
--- a/perl-install/standalone/drakbug
+++ b/perl-install/standalone/drakbug
@@ -265,7 +265,8 @@ $error) :
GDB backtrace was (its interesting part is below Perl_pp_fork() or Perl_pp_waitpid()):
$gdb_trace)),
)
- . qq(Kernel version = $kernel_release
+ . qq(
+Kernel version = $kernel_release
) . if_($cpuinfo, "CPU=$cpuinfo")
),
);