fixed path for git clone scripts
This commit is contained in:
parent
19c38be6b1
commit
36e9888edc
1 changed files with 2 additions and 2 deletions
|
@ -18,10 +18,10 @@
|
|||
<fileset dir="../Minecraft Forge Latest/" />
|
||||
</copy>
|
||||
<!-- Download other git repos -->
|
||||
<exec dir="${dir.mcp}" executable="cmd" osfamily="windows">
|
||||
<exec dir="${dir.development}" executable="cmd" osfamily="windows">
|
||||
<arg line="git.bat" />
|
||||
</exec>
|
||||
<exec dir="${dir.mcp}" executable="bash" osfamily="unix">
|
||||
<exec dir="${dir.development}" executable="bash" osfamily="unix">
|
||||
<arg line="git.sh" />
|
||||
</exec>
|
||||
<copy todir="${dir.mcp}/src/minecraft">
|
||||
|
|
Loading…
Reference in a new issue