File: shebang.patch

package info (click to toggle)
libgoogle-protocolbuffers-perl 0.12-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 388 kB
  • sloc: perl: 1,960; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 251 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Description: change shebang from /usr/bin/env perl to /usr/bin/perl
Author: Luca Boccassi <bluca@debian.org>
Forwarded: no
--- a/bin/protoc-perl
+++ b/bin/protoc-perl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 use strict;
 use warnings;