summaryrefslogtreecommitdiff
path: root/v4l/scripts/hghead.pl
diff options
context:
space:
mode:
authorPatrick Boettcher <pb@linuxtv.org>2006-08-06 10:33:45 +0200
committerPatrick Boettcher <pb@linuxtv.org>2006-08-06 10:33:45 +0200
commit5b742a05b517e61d7fa3ade7f1adbf8a4d16f04d (patch)
tree9ca5f26b5dfc516dfae52e57ecf99628dc643e88 /v4l/scripts/hghead.pl
parent660c810f401a2a54ed59ddfcb2b3c75228a8ca57 (diff)
parent39fd6c4e2f9d26ccf2ecdd0a09863779eb68e1fe (diff)
downloadmediapointer-dvb-s2-5b742a05b517e61d7fa3ade7f1adbf8a4d16f04d.tar.gz
mediapointer-dvb-s2-5b742a05b517e61d7fa3ade7f1adbf8a4d16f04d.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;