Set shell prompt to $ when running the patch scripts, helps with speed on windows.

By: md_5 <git@md-5.net>
This commit is contained in:
Spigot
2014-04-14 21:01:27 +10:00
parent 438e72389e
commit 7e47bcee43
3 changed files with 8 additions and 0 deletions

View File

@@ -1,10 +1,14 @@
#!/bin/bash
PS1="$"
basedir=`pwd`
function update {
cd "$basedir/$1"
git fetch && git reset --hard origin/master
cd ../
git add $1
}
update Bukkit
update CraftBukkit