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

--- wine-gecko.orig/build/autoconf/clean-config.sh
+++ wine-gecko/build/autoconf/clean-config.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # ***** BEGIN LICENSE BLOCK *****
 # Version: MPL 1.1/GPL 2.0/LGPL 2.1
--- wine-gecko.orig/wine/make_package
+++ wine-gecko/wine/make_package
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 set -e
 
