Do not use bashism in /bin/sh scrit (Bug 2249)
[exim.git] / src / scripts / Configure-Makefile
index 2af19272132c96e478a012a5f7c869eff967a6c2..7e0bf38db7df70948ec85666cfa99e386bbfad0d 100755 (executable)
@@ -1,12 +1,13 @@
 #! /bin/sh
-export LC_ALL=C
+LC_ALL=C
+export LC_ALL
 
 # Shell script to build Makefile in a build directory. It must be called
 # from inside the directory. It does its own checking of when to rebuild; it
 # just got too horrendous to get it right in "make", because of the optionally
 # existing configuration files.
 #
-# Copyright (c) The Exim Maintainers 2017
+# Copyright (c) The Exim Maintainers 1995 - 2018
 
 
 # First off, get the OS type, and check that there is a make file for it.