mirror of
https://github.com/moparisthebest/curl
synced 2025-03-01 01:41:50 -05:00
fixed typo
This commit is contained in:
parent
6c408c885a
commit
358b72bb12
@ -1081,7 +1081,7 @@ sub singletest {
|
|||||||
|
|
||||||
if($dumped_core) {
|
if($dumped_core) {
|
||||||
print "core dumped!\n";
|
print "core dumped!\n";
|
||||||
if(0+ && $gdb) {
|
if(0 && $gdb) {
|
||||||
print "running gdb for post-mortem analysis:\n";
|
print "running gdb for post-mortem analysis:\n";
|
||||||
open(GDBCMD, ">log/gdbcmd2");
|
open(GDBCMD, ">log/gdbcmd2");
|
||||||
print GDBCMD "bt\n";
|
print GDBCMD "bt\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user