3 output="${1:-local_params}"
4 : ${EXIM_VER:?Need the EXIM_VER environment variable}
6 nicedate="$(date +"%d %b %Y")"
8 if which locale >/dev/null; then
9 charset="$(locale | grep ^LC_CTYPE=)"
16 . # if this file changes, the build process will rebuild everything
17 . # locale's charset $charset
28 <revnumber>${EXIM_VER}</revnumber>
29 <date>${nicedate}</date>