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

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