From: James Zern Date: Fri, 28 Feb 2014 19:56:14 +0000 (-0800) Subject: normalize perl shebangs X-Git-Tag: v1.4.0~2194^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6941849cbcc0be8779d379d064ad3d4fbcd3355;p=libvpx normalize perl shebangs don't require perl to be in a fixed location Change-Id: Icc8b6113a2a3626f847fe46409334a03f1db5c85 --- diff --git a/build/make/ads2armasm_ms.pl b/build/make/ads2armasm_ms.pl index 1def53901..95c808403 100755 --- a/build/make/ads2armasm_ms.pl +++ b/build/make/ads2armasm_ms.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl ## ## Copyright (c) 2013 The WebM project authors. All Rights Reserved. ## diff --git a/build/make/thumb.pm b/build/make/thumb.pm index d8d04aa85..9604c8e32 100644 --- a/build/make/thumb.pm +++ b/build/make/thumb.pm @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl ## ## Copyright (c) 2013 The WebM project authors. All Rights Reserved. ##