summaryrefslogtreecommitdiffstats
path: root/mdkupdate
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2006-03-30 02:06:21 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2006-03-30 02:06:21 +0000
commitb399642f5c7ccc14897208f99fbe0782cb007234 (patch)
tree46629f930b075ad316f0806c37fbefc148821e35 /mdkupdate
parent98cc1a2fe0fe15b49224aa60801c7d49ef8f9ea2 (diff)
downloadmgaonline-b399642f5c7ccc14897208f99fbe0782cb007234.tar
mgaonline-b399642f5c7ccc14897208f99fbe0782cb007234.tar.gz
mgaonline-b399642f5c7ccc14897208f99fbe0782cb007234.tar.bz2
mgaonline-b399642f5c7ccc14897208f99fbe0782cb007234.tar.xz
mgaonline-b399642f5c7ccc14897208f99fbe0782cb007234.zip
the applet mode will need an interactive object too
Diffstat (limited to 'mdkupdate')
-rwxr-xr-xmdkupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkupdate b/mdkupdate
index d71f4491..37fcf097 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -98,7 +98,7 @@ $bundle eq "webbundle" and mdkonline::get_site($startpage), exit(0);
my $in;
-$bundle || $noX and $in = interactive->vnew;
+$applet || $bundle || $noX and $in = interactive->vnew;
my $result;
my $wc = mdkonline::read_conf();