summaryrefslogtreecommitdiff
path: root/v4l/scripts/hghead.pl
diff options
context:
space:
mode:
authorPatrick Boettcher <pb@linuxtv.org>2006-07-29 22:20:18 +0200
committerPatrick Boettcher <pb@linuxtv.org>2006-07-29 22:20:18 +0200
commit8feff0e949ac6052558bc7edb3478718f1172e56 (patch)
treef9280edf41b4afa36ab251cf054d52dae05474f9 /v4l/scripts/hghead.pl
parent05257cc52c0455f2a2010beadeca588fbabcd5fd (diff)
parentdc8409168fb90b2b7f5e706117877e40f9177c60 (diff)
downloadmediapointer-dvb-s2-8feff0e949ac6052558bc7edb3478718f1172e56.tar.gz
mediapointer-dvb-s2-8feff0e949ac6052558bc7edb3478718f1172e56.tar.bz2
merge: from main
From: Patrick Boettcher <pb@linuxtv.org> merge: from main Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Diffstat (limited to 'v4l/scripts/hghead.pl')
-rwxr-xr-xv4l/scripts/hghead.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l/scripts/hghead.pl b/v4l/scripts/hghead.pl
index 3f8b4b0ba..fdc9720c6 100755
--- a/v4l/scripts/hghead.pl
+++ b/v4l/scripts/hghead.pl
@@ -110,7 +110,7 @@ while ($line = <IN>) {
next;
}
-
+
if ($line =~ m/^Acked-by:.*/) {
$signed="$signed$line";
next;