ca1bc6
From 6ea0e48ac56fc2c5e8600b5313f6c49b553c946b Mon Sep 17 00:00:00 2001
ca1bc6
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
ca1bc6
Date: Tue, 14 Mar 2017 09:45:12 +0100
ca1bc6
Subject: [PATCH] Remove shell bangs
ca1bc6
MIME-Version: 1.0
ca1bc6
Content-Type: text/plain; charset=UTF-8
ca1bc6
Content-Transfer-Encoding: 8bit
ca1bc6
ca1bc6
Signed-off-by: Petr Písař <ppisar@redhat.com>
ca1bc6
---
ca1bc6
 examples/analyze_tests.pl  | 2 --
ca1bc6
 examples/silent-harness.pl | 2 --
ca1bc6
 2 files changed, 4 deletions(-)
ca1bc6
ca1bc6
diff --git a/examples/analyze_tests.pl b/examples/analyze_tests.pl
ca1bc6
index c821f98..4076d9b 100644
ca1bc6
--- a/examples/analyze_tests.pl
ca1bc6
+++ b/examples/analyze_tests.pl
ca1bc6
@@ -1,5 +1,3 @@
ca1bc6
-#!/usr/bin/env perl
ca1bc6
-
ca1bc6
 use strict;
ca1bc6
 use warnings;
ca1bc6
 
ca1bc6
diff --git a/examples/silent-harness.pl b/examples/silent-harness.pl
ca1bc6
index ae0e50e..6e477ed 100644
ca1bc6
--- a/examples/silent-harness.pl
ca1bc6
+++ b/examples/silent-harness.pl
ca1bc6
@@ -1,5 +1,3 @@
ca1bc6
-#!/usr/bin/perl
ca1bc6
-#
ca1bc6
 # Run some tests and get back a data structure describing them.
ca1bc6
 
ca1bc6
 use strict;
ca1bc6
-- 
ca1bc6
2.7.4
ca1bc6