From a2b3b2bb2bde44289d41b956dde1f5bca61e581b Mon Sep 17 00:00:00 2001
From: Allan McRae <allan@archlinux.org>
Date: Tue, 17 Aug 2010 22:42:15 +1000
Subject: minor fix to error message

Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
---
 db-update | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'db-update')

diff --git a/db-update b/db-update
index 74abea8..dd8d1c0 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
-- 
cgit v1.2.3-54-g00ecf