From f45b6bf7cc452ce98484263392134cfbf9d05400 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 9 Dec 2003 11:35:21 +0000 Subject: fix ugly typo (big thanks to John Madsen) --- perl-install/standalone/fileshareset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/standalone/fileshareset b/perl-install/standalone/fileshareset index 3e8cfe78a..05b8f58d8 100755 --- a/perl-install/standalone/fileshareset +++ b/perl-install/standalone/fileshareset @@ -104,7 +104,7 @@ sub verify_mntpoint { local ($_) = @_; my $ok = 1; $ok &&= m|^/|; - $ok &&= !m|/../|; + $ok &&= !m|\Q/../|; $ok &&= !m|[\0\n\r]|; $ok &&= -d $_; $ok &&= own($_); -- cgit v1.2.1