"
This commit is contained in:
parent
c5852824a3
commit
640d651a78
1 changed files with 2 additions and 2 deletions
4
cd.sh
4
cd.sh
|
@ -622,14 +622,14 @@ cd_echo () {
|
||||||
|
|
||||||
cd_error_ci () {
|
cd_error_ci () {
|
||||||
echo "× CI: ${*}"
|
echo "× CI: ${*}"
|
||||||
exit ${CD_ERROR_CI}
|
exit "${CD_ERROR_CI}"
|
||||||
}
|
}
|
||||||
|
|
||||||
cd_error_os () {
|
cd_error_os () {
|
||||||
cd_error_os__variable="${1}"
|
cd_error_os__variable="${1}"
|
||||||
printf "× OS: "
|
printf "× OS: "
|
||||||
cd_echo "${cd_error_os__variable}"
|
cd_echo "${cd_error_os__variable}"
|
||||||
exit ${CD_ERROR_OS}
|
exit "${CD_ERROR_OS}"
|
||||||
}
|
}
|
||||||
|
|
||||||
cd_grep_os () {
|
cd_grep_os () {
|
||||||
|
|
Loading…
Reference in a new issue