diff options
author | Michael G. Schwern <schwern@pobox.com> | 2002-06-03 15:59:21 -0400 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-06-04 01:05:49 +0000 |
commit | 7f9c46c2e27d6ddeeb97c57f8d12c650dafc9778 (patch) | |
tree | b0b8ab01e8165faf89e022df3f9c54640c530901 /lib/perl5db.pl | |
parent | 680d0beb650bdbbd6136e2939d2d4288dac7df6c (diff) | |
download | perl-7f9c46c2e27d6ddeeb97c57f8d12c650dafc9778.tar.gz |
Re: Some bugs in RC1
Message-Id: <20020603235921.GN31617@ool-18b93024.dyn.optonline.net>
p4raw-id: //depot/perl@16984
Diffstat (limited to 'lib/perl5db.pl')
-rw-r--r-- | lib/perl5db.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/perl5db.pl b/lib/perl5db.pl index ba3e2f74ae..c770b52321 100644 --- a/lib/perl5db.pl +++ b/lib/perl5db.pl @@ -897,7 +897,7 @@ EOP $incr = $window - 1; $cmd = 'l ' . ($start) . '+'; }; # rjsf -> - $cmd =~ /^([aAbBDhlLMoOvwW])\b\s*(.*)/s && do { + $cmd =~ /^([aAbBhlLMoOvwW])\b\s*(.*)/s && do { &cmd_wrapper($1, $2, $line); next CMD; }; |