summaryrefslogtreecommitdiffstats
path: root/mdkupdate
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2006-03-10 15:09:19 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2006-03-10 15:09:19 +0000
commit1c82e312ccfa392d74f5b024a29d40ac334f2226 (patch)
tree2573c38a2574b1aa7cf9c4327d8adc1894eb8ae7 /mdkupdate
parent42ab0c9ec94ead6ec997f778a03a045b8393d54b (diff)
downloadmgaonline-1c82e312ccfa392d74f5b024a29d40ac334f2226.tar
mgaonline-1c82e312ccfa392d74f5b024a29d40ac334f2226.tar.gz
mgaonline-1c82e312ccfa392d74f5b024a29d40ac334f2226.tar.bz2
mgaonline-1c82e312ccfa392d74f5b024a29d40ac334f2226.tar.xz
mgaonline-1c82e312ccfa392d74f5b024a29d40ac334f2226.zip
remove debug statement :-(
Diffstat (limited to 'mdkupdate')
-rwxr-xr-xmdkupdate1
1 files changed, 0 insertions, 1 deletions
diff --git a/mdkupdate b/mdkupdate
index 0747fcc2..d3342afd 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -169,7 +169,6 @@ You need to update to a newer version. You can get a new one from http://start.m
if ($mirror->{mode} eq 'auth') {
# add "user:pass@" substring if needed:
# user password & login provided by server on those provided with the bundle:
- $bundle_vars{PASS} = "dfgdfg"; # FIXME
$bundle_vars{USER} = $mirror->{user} if $mirror->{user};
$bundle_vars{PASS} = $mirror->{pass} if $mirror->{pass};
my $encoded_login = uri_escape($bundle_vars{USER});