mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-07 11:20:14 +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
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
# Search a program: wrap "which" for those system where
|
# Search a program: wrap "which" for those system where "which"
|
||||||
# "which" verbosely says there is no match (Mandriva is
|
# verbosely says there is no match (such as on Mandriva).
|
||||||
# such a sucker...)
|
|
||||||
# Usage: CT_Which <filename>
|
# Usage: CT_Which <filename>
|
||||||
CT_Which() {
|
CT_Which() {
|
||||||
which "$1" 2>/dev/null || true
|
which "$1" 2>/dev/null || true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user