mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: foamLog - corrected for Ubuntu. See #860
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user