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

--- a/build/autoconf/clean-config.sh
+++ b/build/autoconf/clean-config.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
