libretro-buildbot-recipe.sh: Use the $RECIPE variable

This commit is contained in:
orbea 2017-11-16 09:34:35 -08:00
parent 1c8cffa4d1
commit ee07b55be1
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ while read line; do
echo ${KEY}=${VALUE} >> $TMPDIR/vars
fi
echo "Setting: ${KEY} ${VALUE}"
done < $1.conf
done < $RECIPE.conf
read_link()
{
@ -906,7 +906,7 @@ while read line; do
BUILD=$OLDBUILD
FORCE=$FORCE_ORIG
done < $1
done < $RECIPE
buildbot_pull(){
[ ! -f "$RECIPE.ra" ] && return 0