From: Mark Wooding Date: Wed, 19 Jun 2013 08:44:43 +0000 (+0100) Subject: confsubst.in: Allow empty right-hand side in substitutions. X-Git-Tag: 1.3.10.1^0 X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/commitdiff_plain/87eaf275d4957b93583b9dcfb71d06f798533aca confsubst.in: Allow empty right-hand side in substitutions. They do occur naturally, and then you're stuffed. This is release 1.3.10.1. --- diff --git a/confsubst.in b/confsubst.in index 86c8bb0..285e031 100755 --- a/confsubst.in +++ b/confsubst.in @@ -75,7 +75,7 @@ file=$1; shift subst="" for fixup; do case "$fixup" in - *?=*?) ;; + *?=*) ;; *) echo >&2 "$0: bad substitution: $fixup"; exit 1 ;; esac tag=$(echo "$fixup" | sed 's/=.*$//') && \ diff --git a/debian/changelog b/debian/changelog index 66f3042..9874897 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cfd (1.3.10.1) experimental; urgency=low + + * confsubst: Allow empty right-hand-side. + + -- Mark Wooding Wed, 19 Jun 2013 09:45:13 +0100 + cfd (1.3.10) experimental; urgency=low * Overhaul of Python support. In particular, handling of generated