general: Fix issues with default config.

This commit is contained in:
Dylan Araps 2018-05-19 20:38:45 +10:00
parent 992d0b38ae
commit c814f14726
1 changed files with 1 additions and 1 deletions

View File

@ -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