Commits

md_5 authored e8f46530253
Set shell prompt to $ when running the patch scripts, helps with speed on windows.
No tags

applyPatches.sh

Modified
1 1 #!/bin/bash
2 2
3 +PS1="$"
3 4 basedir=`pwd`
4 5 echo "Rebuilding Forked projects.... "
5 6
6 7 function applyPatch {
7 8 what=$1
8 9 target=$2
9 10 cd "$basedir/$what"
10 11 git branch -f upstream >/dev/null
11 12
12 13 cd "$basedir"

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut