Message-ID: <20020316043850.A9223@math.ohio-state.edu>

p4raw-id: //depot/perl@15695
This commit is contained in:
Ilya Zakharevich 2002-03-15 23:38:50 -05:00 committed by Jarkko Hietaniemi
parent f32e73e7ab
commit 286b86d383

View File

@ -442,7 +442,7 @@ if (defined $ENV{PERLDB_PIDS}) {
$term_pid = -1;
} else {
$ENV{PERLDB_PIDS} = "$$";
$pids = '';
$pids = "{pid=$$}";
$term_pid = $$;
}
$pidprompt = '';