From 56538f6d19de4697d231b9c1510092a278314950 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Fri, 13 Aug 2010 11:34:06 +0000 Subject: [PATCH] force using bash, because of bash/dash/whatever-sh incompabilities... --- scripts/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build b/scripts/build index 2d620b8c2..efce0e1a9 100755 --- a/scripts/build +++ b/scripts/build @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash BASE_DIR="xburst"