cd_error_
This commit is contained in:
parent
5e8dd6fec2
commit
d786c87a78
1 changed files with 3 additions and 3 deletions
6
cd.sh
6
cd.sh
|
@ -614,14 +614,14 @@ local name
|
|||
}
|
||||
|
||||
cd_error_ci () {
|
||||
echo "× CI: ${1}"
|
||||
echo "× CI: ${*}"
|
||||
exit ${CD_ERROR_CI}
|
||||
}
|
||||
|
||||
cd_error_os () {
|
||||
local variable="${1}"
|
||||
cd_error_os__variable="${1}"
|
||||
printf "× OS: "
|
||||
cd_echo "${variable}"
|
||||
cd_echo "${cd_error_os__variable}"
|
||||
exit ${CD_ERROR_OS}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue