From 2da0ec986db415d70bff2a1c6f8b7cb4a8b7b21b Mon Sep 17 00:00:00 2001 From: Stefano Mazzocchi Date: Thu, 8 Apr 2010 03:24:48 +0000 Subject: [PATCH] turns out that because sh -> bash on macosx, but sh != bash on linux, we have to force this to be bash or it will crap out (since I have no idea what kind of involuntary bash-ism I ended up using here, I'll let the power of the community fix this once it gets out... if they care, that is) git-svn-id: http://google-refine.googlecode.com/svn/trunk@419 7d457c2a-affb-35e4-300a-418c747d4874 --- gridworks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gridworks b/gridworks index 52b4188a7..e9b412c0f 100755 --- a/gridworks +++ b/gridworks @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ########################################################## # Gridworks Control System #