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
No related merge requests found
...@@ -75,10 +75,10 @@ for checkDir ...@@ -75,10 +75,10 @@ for checkDir
do do
if [ -d $checkDir ] if [ -d $checkDir ]
then then
echo "searching: $checkDir for 'Make' directories" echo "Searching: $checkDir for 'Make' directories"
echo "---------" echo "---------"
else else
echo "skipping non-dir: $checkDir" echo "Skipping non-dir: $checkDir"
echo "----------------" echo "----------------"
continue continue
fi 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