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
|
@ -415,7 +415,7 @@ setup_pkg() {
|
|||
done
|
||||
|
||||
if [ ! -f ${XBPS_SRCPKGDIR}/${basepkg}/template ]; then
|
||||
msg_error "xbps-src: unexistent file: ${XBPS_SRCPKGDIR}/${basepkg}/template\n"
|
||||
msg_error "xbps-src: nonexistent file: ${XBPS_SRCPKGDIR}/${basepkg}/template\n"
|
||||
fi
|
||||
if [ -n "$cross" ]; then
|
||||
export CROSS_BUILD="$cross"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue