#!/bin/sh -eu output="${1:-local_params}" : ${EXIM_VER:?Need the EXIM_VER environment variable} nicedate="$(date +"%d %b %Y")" if which locale >/dev/null; then charset="$(locale | grep ^LC_CTYPE=)" else charset=unknown fi exec > "$output" cat <${EXIM_VER} ${nicedate} .endmacro EOTEMPLATE