summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2013-04-12 17:35:28 +0100
committerdakkar <dakkar@thenautilus.net>2013-04-12 17:35:28 +0100
commit74692c0fb8d9f5d04102535a1665a9777ed6cdd2 (patch)
tree6142b41d48df7d7f633162dcf752f85b05994086
parentlink anime viewing to reviews (diff)
downloadthenautilus-74692c0fb8d9f5d04102535a1665a9777ed6cdd2.tar.gz
thenautilus-74692c0fb8d9f5d04102535a1665a9777ed6cdd2.tar.bz2
thenautilus-74692c0fb8d9f5d04102535a1665a9777ed6cdd2.zip
fix shebang
-rwxr-xr-xcheck-links.pl2
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;