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:
@ -25,7 +25,7 @@ USAGE
|
||||
unset timeOpt
|
||||
|
||||
# parse options
|
||||
while [ "$#" -gt 0]
|
||||
while [ "$#" -gt 0 ]
|
||||
do
|
||||
case "$1" in
|
||||
-h | -help)
|
||||
|
||||
Reference in New Issue
Block a user