Missed a pretty name for bsnes-type fetches

This commit is contained in:
T. Joseph Carter 2015-02-15 11:46:58 -08:00
parent d1ad20f1cd
commit d0ba28891d

View File

@ -20,6 +20,7 @@ fi
# doing it wrong. We should fix this. # doing it wrong. We should fix this.
fetch_project_bsnes() fetch_project_bsnes()
{ {
echo "=== Fetching ${3} ==="
fetch_git "${1}" "${2}" "" fetch_git "${1}" "${2}" ""
fetch_git "${WORKDIR}/${2}" "${2}/perf" "" fetch_git "${WORKDIR}/${2}" "${2}/perf" ""
fetch_git "${WORKDIR}/${2}" "${2}/balanced" "" fetch_git "${WORKDIR}/${2}" "${2}/balanced" ""