foamCloneCase: Added exit 0
Resolves patch request https://bugs.openfoam.org/view.php?id=3151
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
# ========= |
|
||||
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
# \\ / O peration | Website: https://openfoam.org
|
||||
# \\ / A nd | Copyright (C) 2015-2018 OpenFOAM Foundation
|
||||
# \\ / A nd | Copyright (C) 2015-2019 OpenFOAM Foundation
|
||||
# \\/ M anipulation |
|
||||
#------------------------------------------------------------------------------
|
||||
# License
|
||||
@ -156,4 +156,6 @@ cpIfPresent "$srcDir/0.orig" "$tgtDir"
|
||||
[ "$scripts" ] && echo "Copying scripts from $srcDir to $tgtDir:" && \
|
||||
for s in $scripts ; do cpIfPresent "$s" "$tgtDir" ; done
|
||||
|
||||
exit 0
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user