From 2b147f41daf9ca07d0fb4c6b0576dc3d10a435f3 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Thu, 22 Oct 2015 15:01:09 +0100 Subject: [PATCH] foamListSourceFiles: Do not filter-out "debian" directories. Fix proposed by Bruno Santos. Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1770 --- bin/tools/foamListSourceFiles | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/tools/foamListSourceFiles b/bin/tools/foamListSourceFiles index 56f87bdc..dbbc2b31 100755 --- a/bin/tools/foamListSourceFiles +++ b/bin/tools/foamListSourceFiles @@ -3,7 +3,7 @@ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | -# \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation +# \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation # \\/ M anipulation | #------------------------------------------------------------------------------ # License @@ -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' #------------------------------------------------------------------------------