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
This commit is contained in:
Stefano Mazzocchi 2010-04-08 03:24:48 +00:00
parent 135f870061
commit 2da0ec986d

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
##########################################################
# Gridworks Control System #