Try this path for git

This commit is contained in:
Zack Piispanen 2013-11-10 09:00:56 -05:00
parent b52472748b
commit b248778a2d

View file

@ -89,8 +89,8 @@ def delete_files():
os.chdir(cur_wd)
def update_terraria_source():
subprocess.check_call('git submodule init')
subprocess.check_call('git submodule update')
subprocess.check_call('/usr/local/bin/git submodule init')
subprocess.check_call('/usr/local/bin/git submodule update')
def build_software():
release_proc = subprocess.Popen(['/usr/local/bin/xbuild', './TShockAPI/TShockAPI.csproj', '/p:Configuration=Release'])