diff options
Diffstat (limited to 'bin/repo-copy')
-rwxr-xr-x | bin/repo-copy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repo-copy b/bin/repo-copy index 8566d7c..c3450fd 100755 --- a/bin/repo-copy +++ b/bin/repo-copy @@ -26,7 +26,7 @@ to_repo="$2" shift shift -tmp_dir=$(mktemp -d) +tmp_dir=$(mktemp -d "${TMPDIR:-/tmp}/repo-tools.XXXXXXXXXX") trap 'rm -rf --one-file-system "${tmp_dir}"' EXIT # extract the databases |