mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-31 00:23:56 +00:00
scripts/functions: remove rude wordings
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
parent
a7eb2dea72
commit
bb74a0544d
@ -271,9 +271,8 @@ CT_HasOrAbort() {
|
||||
return 0
|
||||
}
|
||||
|
||||
# Search a program: wrap "which" for those system where
|
||||
# "which" verbosely says there is no match (Mandriva is
|
||||
# such a sucker...)
|
||||
# Search a program: wrap "which" for those system where "which"
|
||||
# verbosely says there is no match (such as on Mandriva).
|
||||
# Usage: CT_Which <filename>
|
||||
CT_Which() {
|
||||
which "$1" 2>/dev/null || true
|
||||
|
Loading…
x
Reference in New Issue
Block a user