Home
last modified time | relevance | path

Searched refs:echoerr (Results 1 – 2 of 2) sorted by relevance

/external/drm_hwcomposer/
D.gitlab-ci-checkcommit.sh3 echoerr() { function
17 echoerr "Tag is missing from commit body"
18 echoerr ""
19 echoerr "Looking for '"$match"' in: "
20 echoerr "-----------------------------------------------------"
21 echoerr "$commit_body"
22 echoerr "-----------------------------------------------------"
23 echoerr ""
35 echoerr "Invalid subject prefix: $subject"
43 echoerr "Author SoB tag is missing from commit $h"
[all …]
/external/u-boot/scripts/
Dget_default_envs.sh16 echoerr() { echo "$@" 1>&2; } function
28 { echoerr "File '${ENV_OBJ_FILE}' not found!"; exit 1; }