wmake: Update comments

This commit is contained in:
Henry Weller
2016-01-24 14:37:39 +00:00
parent d138d0b949
commit 8446f25f1f
7 changed files with 23 additions and 24 deletions

View File

@ -3,7 +3,7 @@
# ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration |
# \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
# \\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
# \\/ M anipulation |
#------------------------------------------------------------------------------
# License
@ -47,7 +47,7 @@ for dir in `find . -type d -print`
do
case "$dir" in
. | ./Make | ./lnInclude )
# skip special directories
# Skip special directories
;;
*)
baseDir=`echo $dir | sed 's%^\./%%'`