foamCloneCase: Added exit 0

Resolves patch request https://bugs.openfoam.org/view.php?id=3151
This commit is contained in:
Henry Weller
2019-01-22 13:17:31 +00:00
parent 457c02e63f
commit 008a768286

View File

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