From aa5385d75e29ec46dcbc3311867d14b7750e0b9c Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Sun, 1 Mar 2015 12:34:02 -0800 Subject: [PATCH] This will teach me to commit things at 3am --- libretro-fetch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libretro-fetch.sh b/libretro-fetch.sh index 6e8468d1..31c91dea 100755 --- a/libretro-fetch.sh +++ b/libretro-fetch.sh @@ -39,7 +39,7 @@ libretro_fetch() { echo "=== $module_name" eval "fetch_rule=\$libretro_${1}_fetch_rule" - [ -z "$fetch_rule" ] && fetch_rule=fetch_git + [ -z "$fetch_rule" ] && fetch_rule=git eval "module_dir=\$libretro_${1}_dir" [ -z "$module_dir" ] && module_dir="libretro-$1" @@ -97,7 +97,7 @@ libretro_fetch() { } if [ -n "$1" ]; then - local no_more_args="" + no_more_args="" while [ -n "$1" ]; do if [ -z "$no_more_args" ]; then case "$1" in