summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2019-07-30 00:38:54 +0800
committerruki <[email protected]>2019-07-29 21:53:26 +0800
commit8e8c919e5c4309a6679f8b8596943660782f7bdb (patch)
tree4463864d33486bad10bd059a2b45aa11b85f19dc /scripts
parent1d36af2c34e7564949c76e6853f83682992a4f6b (diff)
fix get.sh again
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/get.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get.sh b/scripts/get.sh
index 6aedfea46..f46627e15 100755
--- a/scripts/get.sh
+++ b/scripts/get.sh
@@ -14,7 +14,7 @@ fi
if [ -z "$TMPDIR" ]; then
tmpdir=/tmp/.xmake_getter$$
else
- tmpdir=$TMPDIR
+ tmpdir=$TMPDIR/.xmake_getter$$
fi
remote_get_content(){