diff options
author | dakkar <dakkar@thenautilus.net> | 2013-04-12 17:35:28 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2013-04-12 17:35:28 +0100 |
commit | 74692c0fb8d9f5d04102535a1665a9777ed6cdd2 (patch) | |
tree | 6142b41d48df7d7f633162dcf752f85b05994086 /check-links.pl | |
parent | link anime viewing to reviews (diff) | |
download | thenautilus-74692c0fb8d9f5d04102535a1665a9777ed6cdd2.tar.gz thenautilus-74692c0fb8d9f5d04102535a1665a9777ed6cdd2.tar.bz2 thenautilus-74692c0fb8d9f5d04102535a1665a9777ed6cdd2.zip |
fix shebang
Diffstat (limited to 'check-links.pl')
-rwxr-xr-x | check-links.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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; |