]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Set LANG=C explicitly, otherwise it may lead to suprises if the user isn't using... 10494/head
authorOtto <otto.moerbeek@open-xchange.com>
Mon, 14 Jun 2021 13:12:01 +0000 (15:12 +0200)
committerOtto <otto.moerbeek@open-xchange.com>
Mon, 14 Jun 2021 13:12:01 +0000 (15:12 +0200)
Makefile.am

index dc1d2bf920d8ec8ff5055d7266564f50f36b3c6a..fcea87a96fea049be42068e42f8380135af65552 100644 (file)
@@ -17,5 +17,5 @@ ACLOCAL_AMFLAGS = -I m4
 dvi: # do nothing to build dvi
 
 format-code:
-       ./build-scripts/format-code `find . -type f -name '*.[ch][ch]' | sort | comm -23 - .not-formatted`
+       ./build-scripts/format-code `find . -type f -name '*.[ch][ch]' | LANG=C sort | LANG=C comm -23 - .not-formatted`