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
@@ -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.
|