summaryrefslogtreecommitdiffstats
path: root/db-update
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2010-08-17 14:42:15 +0200
committerPierre Schmitz <pierre@archlinux.de>2010-08-17 16:47:59 +0200
commita2b3b2bb2bde44289d41b956dde1f5bca61e581b (patch)
tree149b1335df2e5b8d7ad90e16ef3c636c58b5b6f2 /db-update
parentcb39feaff074c5e08ff2dfce8dfa04c545233b7e (diff)
downloaddbscripts-a2b3b2bb2bde44289d41b956dde1f5bca61e581b.tar.gz
dbscripts-a2b3b2bb2bde44289d41b956dde1f5bca61e581b.tar.xz
minor fix to error message
Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
Diffstat (limited to 'db-update')
-rwxr-xr-xdb-update2
1 files changed, 1 insertions, 1 deletions
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