Blame SOURCES/Object-HashBase-0.008-Normalize-shebang.patch

50cdf2
From af022c31e6467193069cc4a22c31d7a97d414928 Mon Sep 17 00:00:00 2001
50cdf2
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
50cdf2
Date: Tue, 19 Nov 2019 09:52:13 +0100
50cdf2
Subject: [PATCH] Normalize shebang
50cdf2
MIME-Version: 1.0
50cdf2
Content-Type: text/plain; charset=UTF-8
50cdf2
Content-Transfer-Encoding: 8bit
50cdf2
50cdf2
Signed-off-by: Petr Písař <ppisar@redhat.com>
50cdf2
---
50cdf2
 scripts/hashbase_inc.pl | 2 +-
50cdf2
 1 file changed, 1 insertion(+), 1 deletion(-)
50cdf2
50cdf2
diff --git a/scripts/hashbase_inc.pl b/scripts/hashbase_inc.pl
50cdf2
index 8b740f7..c450ab8 100644
50cdf2
--- a/scripts/hashbase_inc.pl
50cdf2
+++ b/scripts/hashbase_inc.pl
50cdf2
@@ -1,4 +1,4 @@
50cdf2
-#!/usr/bin/env perl
50cdf2
+#!/usr/bin/perl
50cdf2
 use strict;
50cdf2
 use warnings;
50cdf2
 
50cdf2
-- 
50cdf2
2.21.0
50cdf2