summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/list_merged_branches.pl
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2012-04-27 00:11:24 +0200
committerRaphael Langella <raphael.langella@gmail.com>2012-04-27 00:21:33 +0200
commit65f6131978f4e49d9b667e1231a77f3215f03163 (patch)
tree2b608a5df7d4090b823650fc52ebcbd7b50ca04d /crawl-ref/source/util/list_merged_branches.pl
parent482c6c2638d38f3e827450f023e79035e75fc9ef (diff)
downloadcrawl-ref-65f6131978f4e49d9b667e1231a77f3215f03163.tar.gz
crawl-ref-65f6131978f4e49d9b667e1231a77f3215f03163.zip
Don't hard code the interpreter path in perl scripts.
This allows windows user to more easily use activeperl instead of msys perl. It has better module support and handles newlines consistently with git.
Diffstat (limited to 'crawl-ref/source/util/list_merged_branches.pl')
-rwxr-xr-xcrawl-ref/source/util/list_merged_branches.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/util/list_merged_branches.pl b/crawl-ref/source/util/list_merged_branches.pl
index 5f9789deee..acc5441c4c 100755
--- a/crawl-ref/source/util/list_merged_branches.pl
+++ b/crawl-ref/source/util/list_merged_branches.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
%remote_branches;
%merged_branches;