From 74692c0fb8d9f5d04102535a1665a9777ed6cdd2 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 12 Apr 2013 17:35:28 +0100 Subject: fix shebang --- check-links.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-links.pl b/check-links.pl index 79f1a48..1632eb0 100755 --- a/check-links.pl +++ b/check-links.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; use File::Next; -- cgit v1.2.3