File: 0001-abicheck.pl-fix.patch

package info (click to toggle)
abicheck 1.2-10
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 392 kB
  • sloc: perl: 2,667; ansic: 45; makefile: 32; sh: 28
file content (24 lines) | stat: -rw-r--r-- 615 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Boyuan Yang <byang@debian.org>
Date: Fri, 10 Sep 2021 12:34:39 -0400
Subject: abicheck.pl fix

Reviewed-by: Phil Wyett <philip.wyett@kathenas.org>
Last-Update: 2025-02-05
Forwarded: not-needed

---
 abicheck.pl | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/abicheck.pl b/abicheck.pl
index 09002fa..b2d78eb 100644
--- a/abicheck.pl
+++ b/abicheck.pl
@@ -1,6 +1,4 @@
-  #!/bin/sh -- # A comment mentioning perl.
-eval 'exec perl -S $0 ${1+"$@"}'
-	if 0;
+#!/usr/bin/perl 
 #
 # Copyright (c) 2001-2003 by Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.