Skip to content

Commit

Permalink
Update dependance.lib
Browse files Browse the repository at this point in the history
  • Loading branch information
NebzHB authored Aug 29, 2024
1 parent 1ccb216 commit adc4b07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dependance.lib
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ add_fix_handler() {
((h++))
}

# shellcheck disable=SC2120
echo_success() {
echo -n "[ OK ]"
[[ $1 != -*n* ]] && echo
return 0
}

# shellcheck disable=SC2120
echo_failure() {
echo -n "[ERROR]"
[[ $1 != -*n* ]] && echo
Expand Down

0 comments on commit adc4b07

Please sign in to comment.