mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
tweaked tutorial run scripts, avoid some bashisms
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||
|
||||
# Get application name from directory
|
||||
application=`basename $PWD`
|
||||
application=${PWD##*/}
|
||||
|
||||
setDamBreakFine ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user