From 5eeff9aeb428ad2546dcd89bd12197379b0fc367 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 1 May 2016 20:23:56 -0400 Subject: project: contrib.sh: fix copying of the patch header into the signature file. --- contrib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib.sh') diff --git a/contrib.sh b/contrib.sh index 501b539..0b9deb9 100755 --- a/contrib.sh +++ b/contrib.sh @@ -26,7 +26,7 @@ fname=`sha256sum contrib.patch | cut -f1 -d' '` || exit 2 # prepare for submission, sign the patch mv contrib.patch $fname.patch || exit 2 -head -n$bline $fname.patch | tail -n +2 > $fname.sig || exit 2 +head -n$bline $fname.patch > $fname.sig || exit 2 [ -z "$PAGER" ] && PAGER='less' $PAGER $fname.patch || exit 2 -- cgit v1.2.3