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

foamListSourceFiles: Do not filter-out "debian" directories.

Fix proposed by Bruno Santos.
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1770
parent c9e4d5c1
Branches
Tags
1 merge request!25Merge foundation
......@@ -84,8 +84,7 @@ find -H $packDir \
-e '\@/Make[.A-Za-z]*/[^/]*/@d' \
-e '\@/[Dd]oxygen/html/@d' \
-e '\@/download/@d' \
-e '\@/libccmio-.*/@d' \
-e '\@/debian/@d'
-e '\@/libccmio-.*/@d'
#------------------------------------------------------------------------------
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