summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2002-09-16 09:44:57 +0000
committerDaouda Lo <daouda@mandriva.com>2002-09-16 09:44:57 +0000
commit11f6f9927bd49098bd1f62021ee6a124306cc21d (patch)
tree4c6a11afc1082a7ca66582a4a2566bcc21090ba2
parent47e03ee5f6e82b28cba49e3deefe98851767ed50 (diff)
downloaddrakx-backup-do-not-use-11f6f9927bd49098bd1f62021ee6a124306cc21d.tar
drakx-backup-do-not-use-11f6f9927bd49098bd1f62021ee6a124306cc21d.tar.gz
drakx-backup-do-not-use-11f6f9927bd49098bd1f62021ee6a124306cc21d.tar.bz2
drakx-backup-do-not-use-11f6f9927bd49098bd1f62021ee6a124306cc21d.tar.xz
drakx-backup-do-not-use-11f6f9927bd49098bd1f62021ee6a124306cc21d.zip
- typo in options
-rwxr-xr-xperl-install/standalone/drakbug4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug
index 3cca44409..6a57a234a 100755
--- a/perl-install/standalone/drakbug
+++ b/perl-install/standalone/drakbug
@@ -133,9 +133,9 @@ $hbx->pack_start($Close_Button,0,0,0);
my $Report_Button = new Gtk::Button(_("Report"));
$Report_Button->signal_connect(clicked => sub { my $options = "mdkwizard=1";
- $options.="incident=1" if $incident;
+ $options.="?incident=1" if $incident;
$p = $package->get_text(); $k=$kernel_rel->get_text(); ($r =parse_release()) =~ s/\s//;
- $options.="?package=$p" ;
+ $options.="?package=$p" if $p =~ /rpm/;
$options.="?kernel=$k";
$options.="?mdkrelease=$r";
print "$bugzilla_url/wizard?"."$options" ."\n";