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
|
@ -105,7 +105,7 @@ remove_pkg_statedir() {
|
|||
remove_pkg() {
|
||||
local cross="$1" _destdir f
|
||||
|
||||
[ -z $pkgname ] && msg_error "unexistent package, aborting.\n"
|
||||
[ -z $pkgname ] && msg_error "nonexistent package, aborting.\n"
|
||||
|
||||
if [ -n "$cross" ]; then
|
||||
_destdir="$XBPS_DESTDIR/$XBPS_CROSS_TRIPLET"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue