diff options
Diffstat (limited to 'debian/do-dch')
-rwxr-xr-x | debian/do-dch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/do-dch b/debian/do-dch index cf3a89a84..52ddca295 100755 --- a/debian/do-dch +++ b/debian/do-dch @@ -24,7 +24,7 @@ cl="debian/changelog" rm -f "$old" cp "$cl" "$old" -sed -e '/^ \* \[[a-f0-9]*\] \[dch-ignore\] /d' < "$old" > "$cl" +sed -e '/^ \* \[[a-f0-9]*\] \[dch-ignored?\] /d' < "$old" > "$cl" rm -f "$old" ${VISUAL:-${EDITOR:-vi}} "$cl" |