Skip to content
Snippets Groups Projects
Commit 416b0a6f authored by Henry Weller's avatar Henry Weller
Browse files

wmakeLnIncludeAll: Start messages with capital

parent 3713b9e1
Branches
No related merge requests found
......@@ -75,10 +75,10 @@ for checkDir
do
if [ -d $checkDir ]
then
echo "searching: $checkDir for 'Make' directories"
echo "Searching: $checkDir for 'Make' directories"
echo "---------"
else
echo "skipping non-dir: $checkDir"
echo "Skipping non-dir: $checkDir"
echo "----------------"
continue
fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment