mirror of
https://github.com/libretro/libretro-super
synced 2025-04-03 07:20:42 +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 -----
|
# ----- setup -----
|
||||||
|
|
||||||
# This will use an overridden value from the command-line if provided, otherwise just use the current date
|
# 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}"
|
TMPDIR="${TMPDIR:-/tmp}"
|
||||||
|
|
||||||
if [ -z "${1}" ]; then
|
if [ -z "${1}" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user