mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 11:14:11 +00:00
This will teach me to commit things at 3am
This commit is contained in:
parent
8b12f39eba
commit
aa5385d75e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user