BUG: foamLog - corrected for Ubuntu. See #860
This commit is contained in:
parent
32d5030088
commit
8d582d0258
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user