summaryrefslogtreecommitdiff
path: root/src/scripts/reversion
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2016-03-03 14:16:39 +0100
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2016-03-03 14:17:49 +0100
commitbe92b80c645837095fd47f1334502a7c4ec41c93 (patch)
tree4b3305fa888c192bdb62ca674af1889c6905ea3e /src/scripts/reversion
parent3de973a29de6852d61ba9bf1845835d08ca5a5ab (diff)
Solaris /bin/sh does not understand 'export LC_ALL=C'
Diffstat (limited to 'src/scripts/reversion')
-rwxr-xr-xsrc/scripts/reversion3
1 files changed, 2 insertions, 1 deletions
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.