From e7e39f4a3f644347fa62dc9f7921fb4d8a42abbc Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 9 Oct 2024 23:06:50 +0200 Subject: Revert "Don't hardcode perl path, from gnulib's gitlog-to-changelog." This reverts commit 0cd03593d19ee66add6b325d5fa46cec45cd8c01. The -l STDIN logic broke. --- git2cl | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/git2cl b/git2cl index 8592844..4dcded6 100755 --- a/git2cl +++ b/git2cl @@ -1,5 +1,4 @@ -#!/bin/sh -#! -*-perl-*- +#!/usr/bin/perl # Copyright (C) 2007-2024 Simon Josefsson # Copyright (C) 2008-2024 Free Software Foundation, Inc. @@ -23,10 +22,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -eval 'exec perl -wSx "$0" "$@"' - if 0; - -my $VERSION = '2024-10-09 21:02'; # UTC +my $VERSION = '2024-10-09 21:01'; # UTC =head1 NAME -- cgit v1.1