summaryrefslogtreecommitdiff
path: root/x2p/find2perl.SH
diff options
context:
space:
mode:
Diffstat (limited to 'x2p/find2perl.SH')
-rwxr-xr-xx2p/find2perl.SH2
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 {