index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | scripts/repo-add.sh.in | 2 |
diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in index 3efddc07..006672a0 100644 --- a/scripts/repo-add.sh.in +++ b/scripts/repo-add.sh.in @@ -662,7 +662,7 @@ if (( success )); then dirname=${LOCKFILE%/*} filename=${REPO_DB_FILE##*/} # this ensures we create it on the same filesystem, making moves atomic - tempname="$dirname/.tmp.$filename" + tempname=$dirname/.tmp.$filename pushd "$tmpdir/tree" >/dev/null if ( shopt -s nullglob; files=(*); (( ${#files[*]} )) ); then |