From 809ebaed63c8d5e5366c083d5e0d244e8c21e32f Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Sat, 10 Jan 2015 17:23:20 +0000 Subject: [PATCH] wmake/wcleanAll: Corrected typo Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1483 --- wmake/wcleanAll | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wmake/wcleanAll b/wmake/wcleanAll index a136f7704d4..9b8b728f5a4 100755 --- a/wmake/wcleanAll +++ b/wmake/wcleanAll @@ -3,7 +3,7 @@ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | -# \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation +# \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation # \\/ M anipulation | #------------------------------------------------------------------------------- # License @@ -64,10 +64,10 @@ done [ -d bin -a -d src ] || usage "not in the project top level directory" -echo "Removing platforms/ subdirectores" +echo "Removing platforms/sub-directories" rm -rf platforms/* -echo "Cleaning Make subdirectories" +echo "Cleaning Make sub-directories" find . -depth \( -name Make -o -name "Make.[A-Za-z]*" \) -type d -print | \ xargs -i find '{}' -mindepth 1 -maxdepth 1 -type d -print | \ xargs rm -rf -- GitLab