From d27a998218bfade8a2196afd3a3e25d6e361a022 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 30 Jun 2013 18:35:16 +0200 Subject: [PATCH] libretro-fetch.sh - fix Picodrive fetch by cd'ing out of dir at end --- libretro-fetch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/libretro-fetch.sh b/libretro-fetch.sh index 5f986bba..ba152d01 100755 --- a/libretro-fetch.sh +++ b/libretro-fetch.sh @@ -61,6 +61,7 @@ fetch_project_submodule() git clone "$1" "$2" cd "$2" git submodule update --init + cd .. fi echo "=== Fetched ===" }