summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2014-02-05 11:17:04 +0200
committerMartin Storsjo <martin@martin.st>2014-02-05 11:19:22 +0200
commit95eae0c468d9d8839ccfaf297184325a654ba108 (patch)
tree1868c1bb9ca1fa7efa2050dba2a4a767842db6b0
parent45c4533cc159996c5d672e696beb6f8fb5d4c7ef (diff)
downloadlibvpx-95eae0c468d9d8839ccfaf297184325a654ba108.tar
libvpx-95eae0c468d9d8839ccfaf297184325a654ba108.tar.gz
libvpx-95eae0c468d9d8839ccfaf297184325a654ba108.tar.bz2
libvpx-95eae0c468d9d8839ccfaf297184325a654ba108.zip
ads2gas.pl: Don't require perl to be in a fixed location
This reduces the differences to ads2gas_apple.pl. Change-Id: Ie30e369e3685b35485efe2296f7cdf91dafee1e7
-rwxr-xr-xbuild/make/ads2gas.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/make/ads2gas.pl b/build/make/ads2gas.pl
index 9c4190129..7272424af 100755
--- a/build/make/ads2gas.pl
+++ b/build/make/ads2gas.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
##
## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##