wmakeLnInclude: Use xargs with find
This commit is contained in:
parent
119708e401
commit
88e523aad6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue