aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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