STYLE: avoid backticks for getApplication

This commit is contained in:
Mark Olesen
2016-06-27 17:50:55 +02:00
parent dd60cfcd06
commit 1988e4bb60
119 changed files with 124 additions and 124 deletions

View File

@ -23,7 +23,7 @@ do
viewFactorsGen -region $i > log.viewFactorsGen.$i 2>&1
done
runApplication `getApplication`
runApplication $(getApplication)
echo