From d0ba28891d5e106ec059e50880848e464d717d56 Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Sun, 15 Feb 2015 11:46:58 -0800 Subject: [PATCH] Missed a pretty name for bsnes-type fetches --- libretro-fetch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/libretro-fetch.sh b/libretro-fetch.sh index 26f23aa4..6985324d 100755 --- a/libretro-fetch.sh +++ b/libretro-fetch.sh @@ -20,6 +20,7 @@ fi # doing it wrong. We should fix this. fetch_project_bsnes() { + echo "=== Fetching ${3} ===" fetch_git "${1}" "${2}" "" fetch_git "${WORKDIR}/${2}" "${2}/perf" "" fetch_git "${WORKDIR}/${2}" "${2}/balanced" ""