From b6385904764f5fc47e5c5ecf6f5eaa3d257c5078 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 25 Sep 2010 09:17:01 +0000 Subject: [PATCH] Removed automatically generated Signed-off-by: ... line. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2266 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/generate-kernel-patch | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/generate-kernel-patch b/scripts/generate-kernel-patch index e64232cfc..862c58f13 100755 --- a/scripts/generate-kernel-patch +++ b/scripts/generate-kernel-patch @@ -123,8 +123,6 @@ function process_patch { echo "Warning: overwriting ${patchdir}/$1" fi ( - echo "Signed-off-by: ${SIGNED_OFF_BY}" - echo "" specialize_patch ) >"${patchdir}/$(basename $1)" else