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

No completion added for XXX
    ... incorrect platform, or not yet compiled?
This commit is contained in:
Mark Olesen
2018-04-30 07:50:48 +02:00
parent dd8341f659
commit f86c129fd5

View File

@ -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
}