mirror of
https://github.com/libretro/libretro-super
synced 2025-03-26 08:37:17 +00:00
libretro-buildbot-recipe.sh: Set $BOT to . by default.
This commit is contained in:
parent
be98fb91d8
commit
00a8c85b95
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user