scripts: make sure sort-order is independent from locale
authorDaniel Golle <daniel@makrotopia.org>
Wed, 6 Apr 2022 16:25:16 +0000 (17:25 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 6 Apr 2022 16:33:31 +0000 (17:33 +0100)
commit1d77dca3b32dd883bcc2213675cf21111ac1beca
treed71eaccf2d8f2a8e537073b184b3976820398666
parent76f55e3c3f32dea63a385e9b3c8eaed1322089c7
scripts: make sure sort-order is independent from locale

Set LC_ALL=C environment variable when calling 'sort' as the sort
order otherwise depends on the locale set.

Fixes: 56ce110b73 ("scripts: make sure conffiles are sorted")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
scripts/ipkg-build