Commit a208ddc0 authored by Dylan Araps's avatar Dylan Araps

General: Cleanup

parent b50d842b
...@@ -3089,8 +3089,6 @@ main() { ...@@ -3089,8 +3089,6 @@ main() {
check_old_flags check_old_flags
get_args "$@" get_args "$@"
get_distro get_distro
# Get colors and bold
bold bold
colors colors
...@@ -3146,8 +3144,7 @@ main() { ...@@ -3146,8 +3144,7 @@ main() {
# Show error messages # Show error messages
[[ "$verbose" == "on" ]] && printf "%b" "$err" [[ "$verbose" == "on" ]] && printf "%b" "$err"
# Reset exit status of the tests above return 0
printf "%s"
} }
main "$@" main "$@"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment