mirror of
https://github.com/libretro/libretro-super
synced 2025-01-26 03:35:36 +00:00
libretro-buildbot-recipe.sh: Fix typo.
This commit is contained in:
parent
32763dad5e
commit
9cc72413b1
@ -789,7 +789,7 @@ while read line; do
|
||||
|
||||
ARGS=""
|
||||
|
||||
for number in {10...30}; do
|
||||
for number in {10..30}; do
|
||||
TEMP="$(echo "$line" | cut -f "$number" -d " ")"
|
||||
if [ -n "${TEMP}" ]; then
|
||||
ARGS="${ARGS} ${TEMP}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user