Skip to content

Commit 31e194d

Browse files
committed
use TMPDIR for buildbot
1 parent a036280 commit 31e194d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

misc/do_nightly_build

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
# If not jenkins, set workspace to local Tmp
44
if [ -v $WORKSPACE ]; then
5-
WORKSPACE=/Tmp
5+
if [ -v $TMPDIR ]; then
6+
TMPDIR=/tmp
7+
fi
8+
WORKSPACE=$TMPDIR
69
fi
710

811
date

0 commit comments

Comments
 (0)