diff options
author | Larry Wall <larry@netlabs.com> | 1994-03-18 00:00:00 +0000 |
---|---|---|
committer | Larry Wall <larry@netlabs.com> | 1994-03-18 00:00:00 +0000 |
commit | 8990e3071044a96302560bbdb5706f3e74cf1bef (patch) | |
tree | 6cf4a58108544204591f25bd2d4f1801d49334b4 /x2p | |
parent | ed6116ce9b9d13712ea252ee248b0400653db7f9 (diff) | |
download | perl-8990e3071044a96302560bbdb5706f3e74cf1bef.tar.gz |
perl 5.0 alpha 6
[editor's note: cleaned up from the September '94 InfoMagic CD, just
like the last commit]
Diffstat (limited to 'x2p')
-rwxr-xr-x | x2p/find2perl.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x2p/find2perl.SH b/x2p/find2perl.SH index 541f2629d3..8670173db6 100755 --- a/x2p/find2perl.SH +++ b/x2p/find2perl.SH @@ -581,7 +581,7 @@ sub fileglob_to_re { $tmp =~ s#([./^\$()])#\\$1#g; $tmp =~ s/([?*])/.$1/g; - "^$tmp$"; + "^$tmp\$"; } sub n { |