From 527619081dabde8abf2636b7e1882aab5b194b7d Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 28 Sep 2008 16:59:50 +0000 Subject: [PATCH] Scan the other directories, too. --- src/scripts/scan_boost_format_strings.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/scan_boost_format_strings.pl b/src/scripts/scan_boost_format_strings.pl index fd4d47751..5d31a3cb3 100755 --- a/src/scripts/scan_boost_format_strings.pl +++ b/src/scripts/scan_boost_format_strings.pl @@ -151,7 +151,7 @@ sub scan_file { } sub parse_files { - my @all_files = map { (glob("src/$_/*.cpp"), glob("src/$_/*.h")) } qw(common input output merge info); + my @all_files = map { (glob("src/$_/*.cpp"), glob("src/$_/*.h")) } qw(common input output merge info extract mmg); $| = 1; print "0\%\r";