1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
This file is part of mingw-cross-env.
See doc/index.html for further information.
This patch has been taken from:
http://code.google.com/p/webm/issues/detail?id=54
diff -urN libvpx-0.9.2.orig/build/make/armlink_adapter.sh libvpx-0.9.2.new/build/make/armlink_adapter.sh
--- libvpx-0.9.2.orig/build/make/armlink_adapter.sh 2010-09-03 04:56:47.000000000 +1000
+++ libvpx-0.9.2.new/build/make/armlink_adapter.sh 2010-10-01 14:43:18.000000000 +1000
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
##
diff -urN libvpx-0.9.2.orig/build/make/configure.sh libvpx-0.9.2.new/build/make/configure.sh
--- libvpx-0.9.2.orig/build/make/configure.sh 2010-09-03 04:56:47.000000000 +1000
+++ libvpx-0.9.2.new/build/make/configure.sh 2010-10-01 14:43:18.000000000 +1000
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
##
## configure.sh
##
diff -urN libvpx-0.9.2.orig/build/make/gen_asm_deps.sh libvpx-0.9.2.new/build/make/gen_asm_deps.sh
--- libvpx-0.9.2.orig/build/make/gen_asm_deps.sh 2010-09-03 04:56:47.000000000 +1000
+++ libvpx-0.9.2.new/build/make/gen_asm_deps.sh 2010-10-01 14:43:18.000000000 +1000
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
##
diff -urN libvpx-0.9.2.orig/build/make/gen_msvs_def.sh libvpx-0.9.2.new/build/make/gen_msvs_def.sh
--- libvpx-0.9.2.orig/build/make/gen_msvs_def.sh 2010-09-03 04:56:47.000000000 +1000
+++ libvpx-0.9.2.new/build/make/gen_msvs_def.sh 2010-10-01 14:43:18.000000000 +1000
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
##
diff -urN libvpx-0.9.2.orig/build/make/gen_msvs_proj.sh libvpx-0.9.2.new/build/make/gen_msvs_proj.sh
--- libvpx-0.9.2.orig/build/make/gen_msvs_proj.sh 2010-09-03 04:56:47.000000000 +1000
+++ libvpx-0.9.2.new/build/make/gen_msvs_proj.sh 2010-10-01 14:43:18.000000000 +1000
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
##
diff -urN libvpx-0.9.2.orig/build/make/gen_msvs_sln.sh libvpx-0.9.2.new/build/make/gen_msvs_sln.sh
--- libvpx-0.9.2.orig/build/make/gen_msvs_sln.sh 2010-09-03 04:56:47.000000000 +1000
+++ libvpx-0.9.2.new/build/make/gen_msvs_sln.sh 2010-10-01 14:43:18.000000000 +1000
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
##
diff -urN libvpx-0.9.2.orig/build/make/version.sh libvpx-0.9.2.new/build/make/version.sh
--- libvpx-0.9.2.orig/build/make/version.sh 2010-09-03 04:56:47.000000000 +1000
+++ libvpx-0.9.2.new/build/make/version.sh 2010-10-01 14:43:18.000000000 +1000
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
##
diff -urN libvpx-0.9.2.orig/configure libvpx-0.9.2.new/configure
--- libvpx-0.9.2.orig/configure 2010-09-03 04:56:47.000000000 +1000
+++ libvpx-0.9.2.new/configure 2010-10-01 14:43:18.000000000 +1000
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
##
## configure
##
|