Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
4b7c3ea5
Commit
4b7c3ea5
authored
Dec 15, 2015
by
Henry Weller
Browse files
wmakeLnInclude: Use xargs with find
parent
ea4936fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
wmake/wmakeLnInclude
View file @
4b7c3ea5
...
...
@@ -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
#------------------------------------------------------------------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment