mirror of
https://github.com/libretro/libretro-super
synced 2025-01-26 03:35:36 +00:00
libretro-buildbot-recipe.sh: Make sure $TMPDIR exists and is set.
This commit is contained in:
parent
7082fa633c
commit
6e10171b67
@ -4,6 +4,9 @@
|
||||
|
||||
# This will use an overridden value from the command-line if provided, otherwise just use the current date
|
||||
LOGDATE=${LOGDATE:-`date +%Y-%m-%d`}
|
||||
TMPDIR="${TMPDIR:-/tmp}"
|
||||
|
||||
mkdir -p -- "$TMPDIR/log/${BOT}/${LOGDATE}"
|
||||
|
||||
ORIGPATH=$PATH
|
||||
WORK=$PWD
|
||||
|
Loading…
x
Reference in New Issue
Block a user