changeset 1870:55b66816ba0a

fix #! lines for bash
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 07 Mar 2012 10:37:46 +0100
parents 6e83c7eb0945
children a2c52c5e969d 4fac77c58ab7
files src/libvpx-2-fix-bin-bash.patch src/vmime-1-fixes.patch
diffstat 2 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/src/libvpx-2-fix-bin-bash.patch
+++ b/src/libvpx-2-fix-bin-bash.patch
@@ -9,7 +9,7 @@
 +++ 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 @@
 +++ 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 @@
 +++ 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 @@
 +++ 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 @@
 +++ 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 @@
 +++ 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 @@
 +++ 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 @@
 +++ 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
  ##
--- a/src/vmime-1-fixes.patch
+++ b/src/vmime-1-fixes.patch
@@ -6,7 +6,7 @@
 
 Produced with this script:
 #--------------------------------------------------------------------#
-#!/bin/bash
+#!/usr/bin/env bash
 
 (
   echo "This file is part of mingw-cross-env."