[arch-dev-public] [PATCH] minor fix to error message
17 Aug
2010
17 Aug
'10
12:42 p.m.
Signed-off-by: Allan McRae <allan@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
5287
Age (days ago)
5287
Last active (days ago)
0 comments
1 participants
participants (1)
-
Allan McRae