contrib/sign.sh: remove debug echo command

This commit is contained in:
Matthias Schiffer 2015-11-23 21:09:23 +01:00
parent d2779c7711
commit e5d6ec73f5
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ manifest="$2"
upper="$(mktemp)"
lower="$(mktemp)"
trap 'echo rm -f "$upper" "$lower"; rm -f "$upper" "$lower"' EXIT
trap 'rm -f "$upper" "$lower"' EXIT
awk 'BEGIN { sep=0 }
/^---$/ { sep=1; next }