diff --git a/bin/foamCloneCase b/bin/foamCloneCase index 74e07a762d..196a1a66fe 100755 --- a/bin/foamCloneCase +++ b/bin/foamCloneCase @@ -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 + #------------------------------------------------------------------------------