diff options
-rwxr-xr-x | scripts/upd-instroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index e5a8d58ea..71a76b8dd 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -91,7 +91,7 @@ expandPackageSet() { KEEPFILES=$5 [ -d $PKGDEST ] || die "ERROR: directory missing: $PKGDEST" - if [ -n "$DEBUG" ]; then outlvl="--quiet" ; else outlvl="--verbose"; fi + if [ -z "$DEBUG" ]; then outlvl="--quiet" ; else outlvl="--verbose"; fi yum $outlvl -c $YUMCONF -y --installroot=$YUMDIR install $RPMS 2>&1 || die "ERROR: could not install packages" # figure out the theme to keep |