summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2012-03-07 09:37:46 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2012-03-07 09:37:46 (GMT)
commit1bc9c4d6307c9594c6c7e2560c5b88a1390186b1 (patch)
tree219c7b1942084fb0a2c2310dd1d32da908e8ea22
parent3876164af3a70a5a2dc3b8fabeeab535490e012e (diff)
downloadmxe-1bc9c4d6307c9594c6c7e2560c5b88a1390186b1.zip
mxe-1bc9c4d6307c9594c6c7e2560c5b88a1390186b1.tar.gz
mxe-1bc9c4d6307c9594c6c7e2560c5b88a1390186b1.tar.bz2
fix #! lines for bash
-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 1e65a20..f665604 100644
--- a/src/libvpx-2-fix-bin-bash.patch
+++ b/src/libvpx-2-fix-bin-bash.patch
@@ -9,7 +9,7 @@ diff -urN libvpx-0.9.2.orig/build/make/armlink_adapter.sh libvpx-0.9.2.new/build
+++ 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
++#!/usr/bin/env bash
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
##
@@ -18,7 +18,7 @@ diff -urN libvpx-0.9.2.orig/build/make/configure.sh libvpx-0.9.2.new/build/make/
+++ 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
++#!/usr/bin/env bash
##
## configure.sh
##
@@ -27,7 +27,7 @@ diff -urN libvpx-0.9.2.orig/build/make/gen_asm_deps.sh libvpx-0.9.2.new/build/ma
+++ 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
++#!/usr/bin/env bash
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
##
@@ -36,7 +36,7 @@ diff -urN libvpx-0.9.2.orig/build/make/gen_msvs_def.sh libvpx-0.9.2.new/build/ma
+++ 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
++#!/usr/bin/env bash
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
##
@@ -45,7 +45,7 @@ diff -urN libvpx-0.9.2.orig/build/make/gen_msvs_proj.sh libvpx-0.9.2.new/build/m
+++ 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
++#!/usr/bin/env bash
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
##
@@ -54,7 +54,7 @@ diff -urN libvpx-0.9.2.orig/build/make/gen_msvs_sln.sh libvpx-0.9.2.new/build/ma
+++ 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
++#!/usr/bin/env bash
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
##
@@ -63,7 +63,7 @@ diff -urN libvpx-0.9.2.orig/build/make/version.sh libvpx-0.9.2.new/build/make/ve
+++ 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
++#!/usr/bin/env bash
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
##
@@ -72,7 +72,7 @@ diff -urN libvpx-0.9.2.orig/configure libvpx-0.9.2.new/configure
+++ libvpx-0.9.2.new/configure 2010-10-01 14:43:18.000000000 +1000
@@ -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 ee316e0..476a788 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."