diff options
Diffstat (limited to 'x2p/find2perl.SH')
-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 { |