Bell : Disable as it was breaking some scripts.

This commit is contained in:
Dmitry Voronin 2024-03-07 05:00:13 +03:00
parent 4862739c0b
commit ae30e9182b
2 changed files with 0 additions and 9 deletions

View file

@ -34,9 +34,6 @@ function recursive() {
# return back on complete. # return back on complete.
cd "${current}" || failed=${?} cd "${current}" || failed=${?}
# Ring a bell.
_bell
return ${failed} return ${failed}
} }
@ -76,9 +73,6 @@ function recursive1() {
# return back on complete. # return back on complete.
cd "${current}" cd "${current}"
# Ring a bell.
_bell
return ${failed} return ${failed}
} }

View file

@ -62,9 +62,6 @@ function _iterate_targets() {
echo -e "${color_bred}Failed: ${failed}.${color_default}" echo -e "${color_bred}Failed: ${failed}.${color_default}"
false false
fi fi
# Ring a bell.
_bell
} }
# Skip current iteration. # Skip current iteration.