Commit 358b72bb authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fixed typo

parent 6c408c88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";