X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/blobdiff_plain/cac38f7fe315b2869985b49beaca4677c568b853..87eaf275d4957b93583b9dcfb71d06f798533aca:/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/=.*$//') && \