From 87eaf275d4957b93583b9dcfb71d06f798533aca Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 19 Jun 2013 09:44:43 +0100 Subject: [PATCH] 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. --- confsubst.in | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.11.0