libretro-buildbot-recipe.sh: Set $BOT to . by default.

This commit is contained in:
orbea 2017-11-13 09:01:34 -08:00
parent be98fb91d8
commit 00a8c85b95

View File

@ -3,7 +3,8 @@
# ----- setup -----
# This will use an overridden value from the command-line if provided, otherwise just use the current date
LOGDATE=${LOGDATE:-`date +%Y-%m-%d`}
BOT="${BOT:-.}"
LOGDATE="${LOGDATE:-$(date +%Y-%m-%d)}"
TMPDIR="${TMPDIR:-/tmp}"
if [ -z "${1}" ]; then