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

@ -5,7 +5,7 @@ cd ${0%/*} || exit 1 # Run from this directory
. $WM_PROJECT_DIR/bin/tools/RunFunctions
# Get application name
application=`getApplication`
application=$(getApplication)
runAnsysToFoam()
{