summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-05-04 21:24:46 +0200
committerDaniel Friesel <derf@finalrewind.org>2020-05-04 21:24:46 +0200
commit8745b66e4956afaf73e39b5966c7733b0e2944d0 (patch)
tree59c7fea41b0077b8ab69495e8a513ccc242e9578 /bin
parentdb6dceb380b45a1662dc4fa90f877f84efdfe454 (diff)
Change to #!perl shebang, which is correctly rewritten by Extutils::MakeMaker
See https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/58
Diffstat (limited to 'bin')
-rwxr-xr-xbin/hafas-m2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hafas-m b/bin/hafas-m
index 2b91146..7779077 100755
--- a/bin/hafas-m
+++ b/bin/hafas-m
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!perl
use strict;
use warnings;
use 5.014;