mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user