summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/libvpx-2-fix-bin-bash.patch16
-rw-r--r--src/vmime-1-fixes.patch2
2 files changed, 9 insertions, 9 deletions
diff --git a/src/libvpx-2-fix-bin-bash.patch b/src/libvpx-2-fix-bin-bash.patch
index 9b7954c..929ca14 100644
--- a/src/libvpx-2-fix-bin-bash.patch
+++ b/src/libvpx-2-fix-bin-bash.patch
@@ -9,7 +9,7 @@ diff --git a/build/make/armlink_adapter.sh b/build/make/armlink_adapter.sh
+++ b/build/make/armlink_adapter.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
-+#!/bin/sh
++#!/usr/bin/env bash
##
## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##
@@ -18,7 +18,7 @@ diff --git a/build/make/configure.sh b/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
-+#!/bin/sh
++#!/usr/bin/env bash
##
## configure.sh
##
@@ -27,7 +27,7 @@ diff --git a/build/make/gen_asm_deps.sh b/build/make/gen_asm_deps.sh
+++ b/build/make/gen_asm_deps.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
-+#!/bin/sh
++#!/usr/bin/env bash
##
## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##
@@ -36,7 +36,7 @@ diff --git a/build/make/gen_msvs_def.sh b/build/make/gen_msvs_def.sh
+++ b/build/make/gen_msvs_def.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
-+#!/bin/sh
++#!/usr/bin/env bash
##
## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##
@@ -45,7 +45,7 @@ diff --git a/build/make/gen_msvs_proj.sh b/build/make/gen_msvs_proj.sh
+++ b/build/make/gen_msvs_proj.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
-+#!/bin/sh
++#!/usr/bin/env bash
##
## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##
@@ -54,7 +54,7 @@ diff --git a/build/make/gen_msvs_sln.sh b/build/make/gen_msvs_sln.sh
+++ b/build/make/gen_msvs_sln.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
-+#!/bin/sh
++#!/usr/bin/env bash
##
## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##
@@ -63,7 +63,7 @@ diff --git a/build/make/version.sh b/build/make/version.sh
+++ b/build/make/version.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
-+#!/bin/sh
++#!/usr/bin/env bash
##
## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##
@@ -72,7 +72,7 @@ diff --git a/configure b/configure
+++ b/configure
@@ -1,4 +1,4 @@
-#!/bin/bash
-+#!/bin/sh
++#!/usr/bin/env bash
##
## configure
##
diff --git a/src/vmime-1-fixes.patch b/src/vmime-1-fixes.patch
index 0931372..e0da2b4 100644
--- a/src/vmime-1-fixes.patch
+++ b/src/vmime-1-fixes.patch
@@ -6,7 +6,7 @@ http://sourceforge.net/projects/vmime/develop
Produced with this script:
#--------------------------------------------------------------------#
-#!/bin/bash
+#!/usr/bin/env bash
(
echo "This file is part of mingw-cross-env."