441f03c
From fb5ab8d3ebd3f9792ba69215a3e93bad5788daf4 Mon Sep 17 00:00:00 2001
441f03c
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
441f03c
Date: Tue, 12 Jul 2016 10:41:43 +0200
441f03c
Subject: [PATCH] Do not use /usr/bin/env
441f03c
MIME-Version: 1.0
441f03c
Content-Type: text/plain; charset=UTF-8
441f03c
Content-Transfer-Encoding: 8bit
441f03c
441f03c
Signed-off-by: Petr Písař <ppisar@redhat.com>
441f03c
---
441f03c
 bin/gearmand | 2 +-
441f03c
 1 file changed, 1 insertion(+), 1 deletion(-)
441f03c
441f03c
diff --git a/bin/gearmand b/bin/gearmand
441f03c
index 6046a99..cca8678 100755
441f03c
--- a/bin/gearmand
441f03c
+++ b/bin/gearmand
441f03c
@@ -1,4 +1,4 @@
441f03c
-#!/usr/bin/env perl
441f03c
+#!perl
441f03c
 
441f03c
 =head1 NAME
441f03c
 
441f03c
-- 
441f03c
2.5.5
441f03c