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