This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/bin/formatter/setup_common.pl b/bin/formatter/setup_common.pl | |
index 36170cda1649..b21890972dbd 100755 | |
--- a/bin/formatter/setup_common.pl | |
+++ b/bin/formatter/setup_common.pl | |
@@ -278,13 +278,13 @@ sub check_important_files { | |
return if ( $::suite_version > 4 | |
&& !$ENV{'SPEC_CHECK'}); | |
$::check_integrity = 1; | |
- foreach my $important_file (jp('bin', basename($0)), | |
- grep { m/$re/ } keys %::file_md5) { |