Merge pull request #581 from orbea/typo

libretro-buildbot-recipe.sh: Fix typo.
This commit is contained in:
Twinaphex 2017-11-10 13:58:12 +01:00 committed by GitHub
commit 047f3a384d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}"