aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2024-10-09 23:06:50 +0200
committerSimon Josefsson <simon@josefsson.org>2024-10-09 23:06:50 +0200
commite7e39f4a3f644347fa62dc9f7921fb4d8a42abbc (patch)
tree9f9a6906eaf4b39ec19600cd3529f30a02a19cdf
parent0cd03593d19ee66add6b325d5fa46cec45cd8c01 (diff)
downloadgit2cl-master.zip
git2cl-master.tar.gz
git2cl-master.tar.bz2
Revert "Don't hardcode perl path, from gnulib's gitlog-to-changelog."HEADmaster
This reverts commit 0cd03593d19ee66add6b325d5fa46cec45cd8c01. The -l STDIN logic broke.
-rwxr-xr-xgit2cl8
1 files 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 <simon@josefsson.org>
# 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 <https://www.gnu.org/licenses/>.
-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