scripts: Do not set LANG unnecessarily
commit3f0ed647b7a37162f18adac45f7513adb16fc0c1
authorGuillem Jover <guillem@debian.org>
Sun, 7 May 2023 15:38:43 +0000 (7 17:38 +0200)
committerGuillem Jover <guillem@debian.org>
Thu, 11 May 2023 01:39:50 +0000 (11 03:39 +0200)
tree6aea84c952e56892fc2e5a71f357f1c4efae644e
parentf8aeaeebfebb03a15ab3ad85b55e28617209e421
scripts: Do not set LANG unnecessarily

Setting LC_ALL to "C" should be sufficient, as that will have precedence
over any other environment variable, so there is no need to in addition
set LANG also to "C".
scripts/Build.PL.in
scripts/Dpkg/Source/Patch.pm