summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconf b/buildconf
index 6f7f0b393..8fe42ced2 100755
--- a/buildconf
+++ b/buildconf
@@ -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
}