diff --git a/misc/install.func b/misc/install.func index 36b46eaf..a15364c2 100644 --- a/misc/install.func +++ b/misc/install.func @@ -18,6 +18,7 @@ color() { # This function enables IPv6 if it's not disabled and sets verbose mode if the global variable is set to "yes" verb_ip6() { if [ "$VERBOSE" = "yes" ]; then + set -x STD="" else STD="silent"; fi silent() { "$@" >/dev/null 2>&1; }