From 7a57badadcd74df0297ede9b27069c7c3735fbdb Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Wed, 21 Nov 2007 18:54:25 +0000 Subject: [PATCH] rename variable path -> repopath --- vbuild-fedora-mirror.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vbuild-fedora-mirror.sh b/vbuild-fedora-mirror.sh index 63979646..855eadf4 100755 --- a/vbuild-fedora-mirror.sh +++ b/vbuild-fedora-mirror.sh @@ -72,7 +72,7 @@ case $distro in for repopath in core/$distroindex/$arch/os/ core/updates/$distroindex/$arch/ extras/$distroindex/$arch/ do echo "============================== $distro -> $distroindex $repopath" - mkdir -p ${root}/${path} + mkdir -p ${root}/${repopath} rsync $options ${rsyncurl}/${repopath} ${root}/${repopath} done RES=0 -- 2.43.0