aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2008-08-18 18:13:40 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2008-08-18 18:13:40 +0000
commit651eea9aa84f77105398a08c13821619ca1c86ac (patch)
treee7ce39b8270687d5a568a4843f24566440fe3f1d /usr.bin
parent5a288360c87a4cfe313f4f7850d077436dbb8989 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/tar/matching.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tar/matching.c b/usr.bin/tar/matching.c
index 03cd0505de33..2e146fed917c 100644
--- a/usr.bin/tar/matching.c
+++ b/usr.bin/tar/matching.c
@@ -313,7 +313,7 @@ pathmatch(const char *pattern, const char *string)
while (string[0] == '/')
++string;
}
- return (bsdtar_fnmatch(pattern, string, FNM_LEADING_DIR));
+ return (bsdtar_fnmatch(pattern, string));
}