xbps-src: Replace non-standard English "unexistent" with "nonexistent"
This commit is contained in:
parent
0d5195cff0
commit
f3888e3b54
4 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ registerpkg() {
|
|||
local repo="$1" pkg="$2" arch="$3"
|
||||
|
||||
if [ ! -f ${repo}/${pkg} ]; then
|
||||
msg_error "Unexistent binary package ${repo}/${pkg}!\n"
|
||||
msg_error "Nonexistent binary package ${repo}/${pkg}!\n"
|
||||
fi
|
||||
|
||||
printf "%s:%s:%s\n" "${arch}" "${repo}" "${pkg}" >> "${XBPS_STATEDIR}/.${sourcepkg}_register_pkg"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue