Skip to content

Commit 9111952

Browse files
committed
Slash included in TMP
1 parent 58f5b29 commit 9111952

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

travis-ci

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
. "${BASH_SOURCE%/*}/commands/.settings"
55

66
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
7-
TMP="/tmp"
7+
TMP="/tmp/"
88
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
99
TMP="$TMPDIR"
1010
fi
1111

12-
LOCK="$TMP/install.lock"
13-
OUT="$TMP/install.out"
12+
LOCK="${TMP}install.lock"
13+
OUT="${TMP}install.out"
1414

1515
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
1616
locked() { flock "$LOCK" "$@"; }

0 commit comments

Comments
 (0)