summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmdkupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkupdate b/mdkupdate
index 6265634b..912c0958 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -113,7 +113,7 @@ if (!$bundle) {
my $pkgs = ask_pkgs($in);
install_pkgs($in, $pkgs, 'update_source') if $pkgs;
$in->exit(0);
- } elsif ($auto) {
+ } elsif ($auto) { # FIXME
auto_install_rpms($rpms_scheduled);
}
rpm_qa($afterrpm);