summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/gen_ver.pl
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-12-02 18:02:06 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-12-02 18:03:57 +0100
commit8071ced06b4278057d947cfb0a3ac1eedd51f700 (patch)
treebb1232b7aa5d7c52b0c69af9e1c9aa0583b49ca6 /crawl-ref/source/util/gen_ver.pl
parente3f1b964b8356e0846aa0fa3f083ed95e3e3be5b (diff)
downloadcrawl-ref-8071ced06b4278057d947cfb0a3ac1eedd51f700.tar.gz
crawl-ref-8071ced06b4278057d947cfb0a3ac1eedd51f700.zip
Use env in hashbangs to placate necrocomputing OSes with packaged perl installed in /usr/local/bin/
Diffstat (limited to 'crawl-ref/source/util/gen_ver.pl')
-rwxr-xr-xcrawl-ref/source/util/gen_ver.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/util/gen_ver.pl b/crawl-ref/source/util/gen_ver.pl
index 46317fe19d..3b4a7ad92a 100755
--- a/crawl-ref/source/util/gen_ver.pl
+++ b/crawl-ref/source/util/gen_ver.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
use strict;
use warnings;