master
joey 2007-02-07 00:27:10 +00:00
parent 58141a0ebc
commit 28e3bd2db2
1 changed files with 1 additions and 1 deletions

View File

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