From: Heiko Schlittermann (HS12-RIPE) Date: Thu, 3 Mar 2016 13:16:39 +0000 (+0100) Subject: Solaris /bin/sh does not understand 'export LC_ALL=C' X-Git-Tag: exim-4_87_RC6~13 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/be92b80c645837095fd47f1334502a7c4ec41c93 Solaris /bin/sh does not understand 'export LC_ALL=C' --- diff --git a/src/scripts/reversion b/src/scripts/reversion index 66c6efbe0..2cf3277fc 100755 --- a/src/scripts/reversion +++ b/src/scripts/reversion @@ -1,7 +1,8 @@ #!/bin/sh set -e -export LC_ALL=C +LC_ALL=C +export LC_ALL # Update Exim's version header file.