BUG: hotBoxes: shell script syntax error

This commit is contained in:
mattijs
2015-12-15 15:26:16 +00:00
parent d77f54ab4e
commit 5949dcac10

View File

@ -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