From d51e4b8ea2c55342a0f2280db186927c5364f71b Mon Sep 17 00:00:00 2001
From: andy <a.heather@opencfd.co.uk>
Date: Thu, 13 Aug 2009 16:58:10 +0100
Subject: [PATCH] adding <current> location to list of searched locations for
 foamLog.db

---
 bin/foamLog | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bin/foamLog b/bin/foamLog
index 87bfc9d3761..47968aa1205 100755
--- a/bin/foamLog
+++ b/bin/foamLog
@@ -82,6 +82,7 @@ separated with '/' :
 The value taken will be the first (non-space)word after this column.
 The database ($PROGNAME.db) will taken from these locations:
 
+    .
     $HOME/.OpenFOAM/$WM_PROJECT_VERSION
     $HOME/.OpenFOAM
     $WM_PROJECT_INST_DIR/site/$WM_PROJECT_VERSION
@@ -98,6 +99,7 @@ LABHELP
 
 # The various places to be searched:
 for i in \
+    . \
     $HOME/.OpenFOAM/$WM_PROJECT_VERSION \
     $HOME/.OpenFOAM \
     $WM_PROJECT_INST_DIR/site/$WM_PROJECT_VERSION \
-- 
GitLab