Skip to content
Snippets Groups Projects
Commit e5d6ec73 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

contrib/sign.sh: remove debug echo command

parent d2779c77
No related branches found
No related tags found
No related merge requests found
......@@ -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 }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment