]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - scripts/recordmcount.pl
gpio: max77620: Use correct unit for debounce times
[mirror_ubuntu-bionic-kernel.git] / scripts / recordmcount.pl
index 2033af758173c7c02ed02b77b8c8686a43201ad6..a314c0c2efccdf098c708368db07120974b634ee 100755 (executable)
@@ -472,7 +472,7 @@ sub update_funcs
 #
 # Step 2: find the sections and mcount call sites
 #
-open(IN, "$objdump -hdr $inputfile|") || die "error running $objdump";
+open(IN, "LANG=C $objdump -hdr $inputfile|") || die "error running $objdump";
 
 my $text;