From 81a19b66d524d7f0bb5455ecd62ba21ec6f3f498 Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Sun, 5 Apr 2015 23:23:06 -0700 Subject: [PATCH] Fully fix libretro-fetch.sh (mostly --devkit) --- libretro-fetch.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/libretro-fetch.sh b/libretro-fetch.sh index e4aa939c..dcc05074 100755 --- a/libretro-fetch.sh +++ b/libretro-fetch.sh @@ -76,7 +76,6 @@ libretro_fetch() { } libretro_players="retroarch" -libretro_devkits="devkit" if [ -n "$1" ]; then no_more_args="" @@ -101,16 +100,16 @@ if [ -n "$1" ]; then else # Make libretro-fetch.sh with no args behave traditionally by default fetch_cores="$libretro_cores" - fetch_players="retroarch" - fetch_devkit="devkit" + fetch_players="$libretro_players" + fetch_devkit="$libretro_devkits" fi for a in $fetch_players; do - libretro_fetch $a + libretro_fetch "${a%%:*}" done for a in $fetch_devkits; do - libretro_fetch $a + libretro_fetch "${a%%:*}" done for a in $fetch_cores; do