mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: hotBoxes: shell script syntax error
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
# ========= | #
|
||||
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox #
|
||||
# \\ / O peration | Version: dev #
|
||||
# \\ / A nd | Web: www.OpenFOAM.com #
|
||||
# \\ / A nd | Web: www.OpenFOAM.org #
|
||||
# \\/ M anipulation | #
|
||||
#-----------------------------------------------------------------------------#
|
||||
cd ${0%/*} || exit 1 # Run from this directory
|
||||
@ -71,7 +71,7 @@ for xi in $(seq 1 1 $nx); do
|
||||
echo "processing cube $n"
|
||||
|
||||
pad=""
|
||||
if [ $n -lt 10]; then
|
||||
if [ $n -lt 10 ]; then
|
||||
pad="0"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user