From 678bdfb0d079dba08bf1f4d34a93e5d36521c43d Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 7 Apr 2012 14:18:28 +0200 Subject: pkgdelta/repo-add: quoting fixes Finish the job on master; most of these were applied to maint already. Signed-off-by: Florian Pritz --- scripts/repo-add.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/repo-add.sh.in') 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 -- cgit v1.2.3-54-g00ecf