Bell : Disable as it was breaking some scripts.
This commit is contained in:
parent
4862739c0b
commit
ae30e9182b
|
@ -34,9 +34,6 @@ function recursive() {
|
|||
# return back on complete.
|
||||
cd "${current}" || failed=${?}
|
||||
|
||||
# Ring a bell.
|
||||
_bell
|
||||
|
||||
return ${failed}
|
||||
}
|
||||
|
||||
|
@ -76,9 +73,6 @@ function recursive1() {
|
|||
# return back on complete.
|
||||
cd "${current}"
|
||||
|
||||
# Ring a bell.
|
||||
_bell
|
||||
|
||||
return ${failed}
|
||||
}
|
||||
|
||||
|
|
|
@ -62,9 +62,6 @@ function _iterate_targets() {
|
|||
echo -e "${color_bred}Failed: ${failed}.${color_default}"
|
||||
false
|
||||
fi
|
||||
|
||||
# Ring a bell.
|
||||
_bell
|
||||
}
|
||||
|
||||
# Skip current iteration.
|
||||
|
|
Loading…
Reference in a new issue