summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-28 01:17:13 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-28 01:17:13 +0000
commitb5c7c89cf21811b39b2c7388d29d4abb8047877b (patch)
tree6dd6c00f6ee4b995e361242283c9e9b674b42675 /bin
parent5a7c8546c6c00d7ac1fb683c63fdccf31531f033 (diff)
downloadATCD-b5c7c89cf21811b39b2c7388d29d4abb8047877b.tar.gz
Mon Sep 27 21:16:24 2004 Carlos O'Ryan <coryan@atdesk.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/fuzz.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fuzz.pl b/bin/fuzz.pl
index 31969e73652..b8e2190d2b6 100755
--- a/bin/fuzz.pl
+++ b/bin/fuzz.pl
@@ -686,7 +686,7 @@ sub check_for_mismatched_filename ()
my $disable = 0;
print "Looking at file $file\n" if $opt_d;
while (<FILE>) {
- if (m/\@file\s*([^\s]*)/){
+ if (m/\@file\s*([^\s]+)/){
# $file includes complete path, $1 is the name after
# @file. We must strip the complete path from $file.
# we do that using the basename function from