Skip to content
Snippets Groups Projects
Commit fd49e4dd authored by Andrew Heather's avatar Andrew Heather Committed by Mark OLESEN
Browse files

BUG: foamLog - corrected for Ubuntu. See #860

parent 8831dfc5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment