summaryrefslogtreecommitdiffstats
path: root/src/x264-1-fix-bin-bash.patch
blob: ced835f2013d0ac129b2a7afc904504d81b80e00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This file is part of MXE.
See index.html for further information.

diff -urN x264-snapshot-20100714-2245/version.sh x264-snapshot-20100714-2245.new/version.sh
--- x264-snapshot-20100714-2245/version.sh	2010-07-15 06:45:07.000000000 +1000
+++ x264-snapshot-20100714-2245.new/version.sh	2010-10-03 23:58:24.000000000 +1100
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 [ -n "$1" ] && cd $1
 git rev-list HEAD | sort > config.git-hash
 LOCALVER=`wc -l config.git-hash | awk '{print $1}'`
diff -urN x264-snapshot-20100714-2245/configure x264-snapshot-20100714-2245.new/configure
--- x264-snapshot-20100714-2245/configure	2010-07-15 06:45:07.000000000 +1000
+++ x264-snapshot-20100714-2245.new/configure	2010-10-03 23:58:24.000000000 +1100
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 if test x"$1" = x"-h" -o x"$1" = x"--help" ; then
 cat <<EOF