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

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