diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-05-10 06:21:42 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-05-10 06:21:42 +0000 |
commit | e8588a0aa2e373d854c637aa27fe8b2f92596342 (patch) | |
tree | 34231ce12e0bf21a045378c4f35afb4e804ab59d /bin | |
parent | a1a7ba2dbd221c4d4e87ec4300ec7354a22c42d5 (diff) | |
download | ATCD-e8588a0aa2e373d854c637aa27fe8b2f92596342.tar.gz |
ChangeLogTag: Mon May 10 06:21:43 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/fuzz.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fuzz.pl b/bin/fuzz.pl index 50e9d10b37d..920a952482c 100755 --- a/bin/fuzz.pl +++ b/bin/fuzz.pl @@ -126,7 +126,7 @@ sub store_file ($) elsif ($name =~ /\.(mpc|mwc|mpb|mpt)/i) { push @files_mpc, ($name); } - elsif ($name =~ /\.(ncb|opt)$/i) { + elsif ($name =~ /\.(icc|ncb|opt)$/i) { push @files_noncvs, ($name); } } |