mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: avoid old-style shell backticks in various places
This commit is contained in:
@ -71,8 +71,8 @@ then
|
||||
elif [ -d system ]
|
||||
then
|
||||
# Run normal case.
|
||||
parentDir=`dirname $PWD`
|
||||
application=`getApplication`
|
||||
parentDir=$(dirname $PWD)
|
||||
application=$(getApplication)
|
||||
runApplication blockMesh
|
||||
runApplication $application
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user