Merge pull request #214 from iKarith/master

This will teach me to commit things at 3am…
This commit is contained in:
Andrés 2015-03-01 15:53:22 -05:00
commit 3a12cadca4

View File

@ -39,7 +39,7 @@ libretro_fetch() {
echo "=== $module_name" echo "=== $module_name"
eval "fetch_rule=\$libretro_${1}_fetch_rule" 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" eval "module_dir=\$libretro_${1}_dir"
[ -z "$module_dir" ] && module_dir="libretro-$1" [ -z "$module_dir" ] && module_dir="libretro-$1"
@ -97,7 +97,7 @@ libretro_fetch() {
} }
if [ -n "$1" ]; then if [ -n "$1" ]; then
local no_more_args="" no_more_args=""
while [ -n "$1" ]; do while [ -n "$1" ]; do
if [ -z "$no_more_args" ]; then if [ -z "$no_more_args" ]; then
case "$1" in case "$1" in