From 2408398800fbe4a4744b9d4b7588586b02abb7dd Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Sun, 17 Oct 2010 02:17:21 -0400 Subject: [PATCH] use bash instead of sh since apparently stupid ubuntu links sh to dash which doesn't implement all the features needed by the script --- build_hex.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_hex.sh b/build_hex.sh index cc079da..17dea23 100755 --- a/build_hex.sh +++ b/build_hex.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Copyright (C) Youness Alaoui (KaKaRoTo) #