Skip to content

Commit

Permalink
contrib/sign.sh: remove debug echo command
Browse files Browse the repository at this point in the history
  • Loading branch information
neocturne committed Nov 23, 2015
1 parent d2779c7 commit e5d6ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/sign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit e5d6ec7

Please sign in to comment.