mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:21:41 +03:00
buildconf: remove -print from the find command that removes files
It's just too annoying and unnecessary to get a long list of files shown
This commit is contained in:
parent
b304ba4c52
commit
38d4abf510
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ findtool(){
|
|||
#
|
||||
removethis(){
|
||||
if test "$#" = "1"; then
|
||||
find . -depth -name $1 -print -exec rm -rf {} \;
|
||||
find . -depth -name $1 -exec rm -rf {} \;
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue