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