File: 04_fix-perl-shebang.patch

package info (click to toggle)
biber 2.21-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,476 kB
  • sloc: perl: 17,643; sh: 1,069; xml: 896; makefile: 11
file content (14 lines) | stat: -rw-r--r-- 299 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Fix shebang for new perl policy
Origin: Hilmar Preuße <hille42@web.de>
Forwarded: not-needed
Author: Hilmar Preuße <hille42@web.de>
Last-Update: 20220101

--- biber.orig/bin/biber
+++ biber/bin/biber
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl -w
 
 use v5.24;
 use strict;