This commit is contained in:
Marc Beninca 2024-06-08 18:29:10 +02:00
parent c5852824a3
commit 640d651a78
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

4
cd.sh
View file

@ -622,14 +622,14 @@ cd_echo () {
cd_error_ci () {
echo "× CI: ${*}"
exit ${CD_ERROR_CI}
exit "${CD_ERROR_CI}"
}
cd_error_os () {
cd_error_os__variable="${1}"
printf "× OS: "
cd_echo "${cd_error_os__variable}"
exit ${CD_ERROR_OS}
exit "${CD_ERROR_OS}"
}
cd_grep_os () {