perl-IO-HTML/IO-HTML-1.004-Normalize-a-shebang.patch
Troy Dawson 2feb21b64c RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/perl-IO-HTML#fe3b86fa3ded9f24971930089e5da5c07f15d2df
2020-10-14 13:05:20 -07:00

27 lines
829 B
Diff

From f149109f7f5d8e6b9362553115e021011b69acd2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
Date: Tue, 29 Sep 2020 10:45:50 +0200
Subject: [PATCH] Normalize a shebang
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Petr Písař <ppisar@redhat.com>
---
examples/detect-encoding.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/detect-encoding.pl b/examples/detect-encoding.pl
index 8442cfa..2850019 100755
--- a/examples/detect-encoding.pl
+++ b/examples/detect-encoding.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#!/usr/bin/perl
#---------------------------------------------------------------------
# This example is hereby placed in the public domain.
# You may copy from it freely.
--
2.25.4