From 1bc9c4d6307c9594c6c7e2560c5b88a1390186b1 Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Wed, 7 Mar 2012 10:37:46 +0100 Subject: fix #! lines for bash --- src/libvpx-2-fix-bin-bash.patch | 16 ++++++++-------- src/vmime-1-fixes.patch | 2 +- 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." -- cgit v0.12