summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util
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
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')
-rwxr-xr-xcrawl-ref/source/util/gcc-gte.pl2
-rwxr-xr-xcrawl-ref/source/util/gcc-opt-x86.pl2
-rwxr-xr-xcrawl-ref/source/util/gcc-opt.pl2
-rwxr-xr-xcrawl-ref/source/util/gen-cflg.pl2
-rwxr-xr-xcrawl-ref/source/util/gen_ver.pl2
5 files changed, 5 insertions, 5 deletions
diff --git a/crawl-ref/source/util/gcc-gte.pl b/crawl-ref/source/util/gcc-gte.pl
index d919de534f..b9981cf6fe 100755
--- a/crawl-ref/source/util/gcc-gte.pl
+++ b/crawl-ref/source/util/gcc-gte.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
#
# Simple GCC version check
#
diff --git a/crawl-ref/source/util/gcc-opt-x86.pl b/crawl-ref/source/util/gcc-opt-x86.pl
index d44528ef76..9009a0a71a 100755
--- a/crawl-ref/source/util/gcc-opt-x86.pl
+++ b/crawl-ref/source/util/gcc-opt-x86.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
#
# GCC optimization flag generator
#
diff --git a/crawl-ref/source/util/gcc-opt.pl b/crawl-ref/source/util/gcc-opt.pl
index 5981876984..f7943c5902 100755
--- a/crawl-ref/source/util/gcc-opt.pl
+++ b/crawl-ref/source/util/gcc-opt.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
#
# GCC optimization flag generator
#
diff --git a/crawl-ref/source/util/gen-cflg.pl b/crawl-ref/source/util/gen-cflg.pl
index d7d0cce39d..68477ee0d3 100755
--- a/crawl-ref/source/util/gen-cflg.pl
+++ b/crawl-ref/source/util/gen-cflg.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
use strict;
use warnings;
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;