Skip to content
Snippets Groups Projects
Commit 4b7c3ea5 authored by Henry Weller's avatar Henry Weller
Browse files

wmakeLnInclude: Use xargs with find

parent ea4936fd
No related merge requests found
......@@ -150,7 +150,7 @@ fi
#------------------------------------------------------------------------------
# Remove any broken links first (this helps when file locations have moved)
#------------------------------------------------------------------------------
find -L . -type l -exec rm {} \;
find -L . -type l | xargs rm
#------------------------------------------------------------------------------
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment