diff options
author | Simon Josefsson <simon@josefsson.org> | 2024-10-09 23:06:50 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2024-10-09 23:06:50 +0200 |
commit | e7e39f4a3f644347fa62dc9f7921fb4d8a42abbc (patch) | |
tree | 9f9a6906eaf4b39ec19600cd3529f30a02a19cdf | |
parent | 0cd03593d19ee66add6b325d5fa46cec45cd8c01 (diff) | |
download | git2cl-master.zip git2cl-master.tar.gz git2cl-master.tar.bz2 |
This reverts commit 0cd03593d19ee66add6b325d5fa46cec45cd8c01.
The -l STDIN logic broke.
-rwxr-xr-x | git2cl | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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 |