diff --git a/misc/install.func b/misc/install.func index a15364c2..36b46eaf 100644 --- a/misc/install.func +++ b/misc/install.func @@ -18,7 +18,6 @@ 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; }