File: 0002-set-perl-path.patch

package info (click to toggle)
os-autoinst 4.6.1731418769.97d9a7fd-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 37,576 kB
  • sloc: perl: 23,257; cpp: 1,640; sh: 432; python: 232; makefile: 72; xml: 59
file content (19 lines) | stat: -rw-r--r-- 455 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Hideki Yamane <henrich@debian.org>
Date: Mon, 24 Sep 2018 20:46:18 +0900
Subject: set perl path

Forwarded: not-needed
---
 tools/check_coverage | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/check_coverage b/tools/check_coverage
index 26653f3..971f59c 100755
--- a/tools/check_coverage
+++ b/tools/check_coverage
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 use Mojo::Base -strict, -signatures;
 use autodie;