Merge branch 'debian'
[hcoop/debian/exim4.git] / debian / debconf / update-exim4.conf
index 59410db..084af7f 100644 (file)
@@ -353,7 +353,7 @@ UPEX4C_macros="${UPEX4C_macros}# dynamically by $0\n"
 preprocess_macro() {
   macroname="${1:-}"
   shift
-  contents="$(lowercase ${@:-empty} | check_ascii_pipe)"
+  contents="$(lowercase ${@} | check_ascii_pipe)"
   printf "%s" ".ifndef $macroname\n$macroname=$contents\n.endif\n"
 }