X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/blobdiff_plain/47d7e3cfd9f8e0bf9908817c817d0134d3fbe9f3..refs/tags/1.3.10.1:/confsubst.in 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/=.*$//') && \