diff --git a/buildconf b/buildconf index 8fe42ced2..3da0f7b68 100755 --- a/buildconf +++ b/buildconf @@ -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 }