From 7ed1455df0ff4f91b352761b9e68481db35d8940 Mon Sep 17 00:00:00 2001 From: henry Date: Thu, 20 May 2010 09:08:31 +0100 Subject: [PATCH] foamPackSource: Removed unnecessary filter. --- bin/foamPackSource | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/foamPackSource b/bin/foamPackSource index dbb1860b..a3a28c00 100755 --- a/bin/foamPackSource +++ b/bin/foamPackSource @@ -75,7 +75,6 @@ find -H $packDir \ -a ! -name "*.tgz" \ -a ! -name "core" \ -a ! -name "core.[1-9]*" \ - -a ! -name "log[0-9]*" \ -a ! -name "libccmio*" \ | sed \ -e "\@$packDir/lib/@d" \ -- 2.11.4.GIT