xbps-src: Replace non-standard English "unexistent" with "nonexistent"
This commit is contained in:
committed by
Andrew Benson
parent
0d5195cff0
commit
f3888e3b54
@@ -36,6 +36,6 @@ replace_interpreter() {
|
||||
sed -i -e "1s|^#![[:space:]]*${orsb}|#!${trpath}|" $file
|
||||
msg_normal "Transformed $lang script: ${file##$wrksrc}.\n"
|
||||
else
|
||||
msg_warn "Ignoring unexistent $lang script: ${file##$wrksrc}.\n"
|
||||
msg_warn "Ignoring nonexistent $lang script: ${file##$wrksrc}.\n"
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user