Commit 5e55c4dd authored by Dylan Araps's avatar Dylan Araps

simple: Hide stderr by default.

parent 0f718d41
...@@ -8972,8 +8972,8 @@ main() { ...@@ -8972,8 +8972,8 @@ main() {
eval "$config" eval "$config"
get_args "$@" get_args "$@"
get_simple "$@"
[[ "$verbose" != "on" ]] && exec 2>/dev/null [[ "$verbose" != "on" ]] && exec 2>/dev/null
get_simple "$@"
get_distro get_distro
get_bold get_bold
get_distro_ascii get_distro_ascii
......
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