tutorials: corrected scripts ']; then' -> ' ]; then'
Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2175
This commit is contained in:
parent
725132a103
commit
1bad0a52f1
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ USAGE
|
|||
unset timeOpt
|
||||
|
||||
# parse options
|
||||
while [ "$#" -gt 0]
|
||||
while [ "$#" -gt 0 ]
|
||||
do
|
||||
case "$1" in
|
||||
-h | -help)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue