summaryrefslogtreecommitdiff
path: root/db-update
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-05-25 01:30:09 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-05-25 01:30:09 -0600
commitde1f6d3b16d6e833ec5df6e9f403aec7e2193962 (patch)
treefe20a76a56170837ceab7ebdd624af491ad87f19 /db-update
parentaf138659e5042debbb57deba5c0419ba744f75fd (diff)
Use $(xbs name) instead of saying XBS.
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 57a2251..9b9b7b4 100755
--- a/db-update
+++ b/db-update
@@ -46,7 +46,7 @@ for repo in "${repos[@]}"; do
die "Package %s does not have a valid signature" "${repo}/${pkg##*/}"
fi
if ! check_pkgxbs "${pkg}" "${repo}"; then
- die "Package %s is not consistent with XBS" "${repo}/${pkg##*/}"
+ die "Package %s is not consistent with %s" "${repo}/${pkg##*/}" "$(xbs name)"
fi
if ! check_pkgrepos "${pkg}"; then
die "Package %s already exists in another repository" "${repo}/${pkg##*/}"