]> sipb.mit.edu Git - ikiwiki.git/commitdiff
edito
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 7 Feb 2007 00:27:10 +0000 (00:27 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 7 Feb 2007 00:27:10 +0000 (00:27 +0000)
IkiWiki.pm

index 8b3109a3471d2ac5dc826264b9fb353c4b19341e..a547c57efb00f9c9f5c719994916714d10accaf9 100644 (file)
@@ -880,7 +880,7 @@ sub match_glob ($$$) { #{{{
        # relative matching
        if ($glob =~ m!^\./!) {
                $from=~s!/?[^/]+$!!;
-               $glob=~s!^\./!!;a
+               $glob=~s!^\./!!;
                $glob="$from/$glob";
        }