mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
Scripts in bin: tidied functions
This commit is contained in:
@ -47,7 +47,7 @@ The time directory is the first time directory by default.
|
||||
USAGE
|
||||
}
|
||||
|
||||
error () {
|
||||
error() {
|
||||
exec 1>&2
|
||||
while [ "$#" -ge 1 ]; do echo "$1"; shift; done
|
||||
usage
|
||||
|
||||
Reference in New Issue
Block a user