Searched refs:errorN (Results 1 – 1 of 1) sorted by relevance
229 errorN() { local ret="${1}"; shift; warn "${@}"; exit ${ret}; } function230 error() { errorN 1 "${@}"; }
Completed in 7 milliseconds