From a102df4554e18c8733331f61a1285dd6f6ff4d39 Mon Sep 17 00:00:00 2001 From: David CARLIER Date: Sat, 26 Feb 2022 08:28:07 +0000 Subject: Find perl via /usr/bin/env instead of directly At least FreeBSD has perl in /usr/local/bin/perl and no symlink by default. --- t/touch.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/touch.t') diff --git a/t/touch.t b/t/touch.t index dd2eba1..271daa3 100755 --- a/t/touch.t +++ b/t/touch.t @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use Test::More tests => 4; -- cgit v1.2.1