From 05672a34c0dda293e4da237c728b16f7bf3c1cbb Mon Sep 17 00:00:00 2001 From: schellt Date: Fri, 18 Oct 2019 14:58:13 +0200 Subject: [PATCH] update shebang --- autotrim.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotrim.pl b/autotrim.pl index 68bdd4c..910f1ed 100755 --- a/autotrim.pl +++ b/autotrim.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings;