mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:03:31 +03:00
Revert "buildconf: use find -execdir"
This partially reverts commit c712009838.
Keep the ares_ files removed but bring back the older way to run find,
to make it work with busybox's find, as apparently that's being used.
Reported-by: Max Peal
Fixes #5483
Closes #5484
This commit is contained in:
parent
6531d089e5
commit
d618986a1c
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ findtool(){
|
|||
#
|
||||
removethis(){
|
||||
if test "$#" = "1"; then
|
||||
find . -depth -name $1 -execdir rm -rf {} \;
|
||||
find . -depth -name $1 -print -exec rm -rf {} \;
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue