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