1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-12 16:25:13 +00:00
This commit is contained in:
deadc0de6
2022-05-30 09:50:00 +02:00
committed by deadc0de
parent 493479079e
commit 808b9607ec
8 changed files with 11 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ tmpd=`mktemp -d --suffix='-dotdrop-tests' || mktemp -d`
#echo "dotfile destination: ${tmpd}"
# workdir
tmpw=`mktemp -d --suffix='-dotdrop-tests' || mktemp -d`
export DOTDROP_WORKDIR="${tmpw}"
# temp
tmpa=`mktemp -d --suffix='-dotdrop-tests' || mktemp -d`