mirror of
https://github.com/libretro/libretro-super
synced 2024-11-29 05:21:29 +00:00
Merge pull request #214 from iKarith/master
This will teach me to commit things at 3am…
This commit is contained in:
commit
3a12cadca4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user