Description: Work around bashisms
 Changed some shebangs to /bin/bash because of bashisms.
Author: Ove Kaaven <ovek@arcticnet.no>
Forwarded: no
Last-Update: 2011-29-05

Index: wine-gecko/build/autoconf/clean-config.sh
===================================================================
--- wine-gecko.orig/build/autoconf/clean-config.sh	2011-05-29 23:46:33.000000000 +0200
+++ wine-gecko/build/autoconf/clean-config.sh	2011-05-29 23:46:39.000000000 +0200
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # ***** BEGIN LICENSE BLOCK *****
 # Version: MPL 1.1/GPL 2.0/LGPL 2.1
Index: wine-gecko/wine/make_package
===================================================================
--- wine-gecko.orig/wine/make_package	2011-05-29 23:46:48.000000000 +0200
+++ wine-gecko/wine/make_package	2011-05-29 23:46:54.000000000 +0200
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 if [ "$1" == "" ]; then
     echo "Usage: make_package BUILD_DIR"
Index: wine-gecko/wine/make_package-dbg
===================================================================
--- wine-gecko.orig/wine/make_package-dbg	2011-05-29 23:46:56.000000000 +0200
+++ wine-gecko/wine/make_package-dbg	2011-05-29 23:47:03.000000000 +0200
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 if [ "$1" == "" ]; then
     echo "Usage: make_package-dbg BUILD_DIR"
