From 95f58cb2eb6bbb7143fc292458dde313c12a54be Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 4 Feb 2018 13:49:28 +0100 Subject: bin/modify-package-state: report, what has been done (so bin/interpret-mail reports correctly, too) --- bin/modify-package-state | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/modify-package-state') diff --git a/bin/modify-package-state b/bin/modify-package-state index 79525cf..0703238 100755 --- a/bin/modify-package-state +++ b/bin/modify-package-state @@ -261,6 +261,7 @@ while read -r package reason; do exit 42 ;; esac + printf '%s %s\n' "${action}" "${package}" fi done \ < "${input_file}" \ -- cgit v1.2.3