wmake: Update comments
This commit is contained in:
@ -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%^\./%%'`
|
||||
|
||||
Reference in New Issue
Block a user