Skip to content
Snippets Groups Projects
Commit f86c129f authored by Mark OLESEN's avatar Mark OLESEN
Browse files

STYLE: additional comment when completion not found (issue #719)

    No completion added for XXX
    ... incorrect platform, or not yet compiled?
parent dd8341f6
Branches
Tags
No related merge requests found
......@@ -82,6 +82,7 @@ foamAddCompletion()
# echo "complete ${appName##*/}" 1>&2
else
echo "No completion added for $appName" 1>&2
echo "... incorrect platform, or not yet compiled?" 1>&2
fi
done
}
......
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