You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
699 B

From 6b042eb2188528afa0b9c4eb490973430c802344 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
Date: Tue, 7 May 2019 10:30:00 +0200
Subject: [PATCH] Normalize shebangs in examples
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/handler-order.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/handler-order.pl b/examples/handler-order.pl
index 813fac7..fb49424 100755
--- a/examples/handler-order.pl
+++ b/examples/handler-order.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
use strict;
use warnings;
--
2.20.1