[arch-dev-public] [PATCH] minor fix to error message

Allan McRae allan at archlinux.org
Tue Aug 17 08:42:15 EDT 2010


Signed-off-by: Allan McRae <allan at archlinux.org>
---
 db-update |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/db-update b/db-update
index b11face..51e3cc2 100755
--- a/db-update
+++ b/db-update
@@ -36,7 +36,7 @@ for repo in ${repos[@]}; do
 				die "Package ${repo}/$(basename ${pkg}) is not consistent with svn repository"
 			fi
 			if [ -f "${FTP_BASE}/$(get_pkgpool_for_host)/$(basename ${pkg})" ]; then
-				die "Package ${repo}/$(basename pkg) already exists in ${FTP_BASE}/$(get_pkgpool_for_host)"
+				die "Package ${repo}/$(basename ${pkg}) already exists in ${FTP_BASE}/$(get_pkgpool_for_host)"
 			fi
 		done
 	else
-- 
1.7.2.1






More information about the arch-dev-public mailing list