pkgdelta/repo-add: quoting fixes
Finish the job on master; most of these were applied to maint already. Signed-off-by: Florian Pritz <bluewind@xinu.at>
This commit is contained in:
parent
2e6cb69bf6
commit
678bdfb0d0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue