Commit c814f147 authored by Dylan Araps's avatar Dylan Araps

general: Fix issues with default config.

parent 992d0b38
...@@ -8680,7 +8680,7 @@ main() { ...@@ -8680,7 +8680,7 @@ main() {
get_os get_os
# Load default config. # Load default config.
source /dev/stdin <<< "$config" eval "$config"
get_args "$@" get_args "$@"
[[ "$verbose" != "on" ]] && exec 2>/dev/null [[ "$verbose" != "on" ]] && exec 2>/dev/null
......
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