BUG: foamLog - corrected for Ubuntu. See #860

This commit is contained in:
Andrew Heather 2018-09-12 08:42:04 +01:00
parent 32d5030088
commit 8d582d0258

View File

@ -241,7 +241,7 @@ getAllQueries()
#-- Add ones from database, present in log file
# Note: just like awk, line selected with regular expression,
# column with string.
local dbQueries=$(getDbQueryList $db)
local dbQueries="$(getDbQueryList $db)"
for var in $dbQueries
do