summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakbug
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-08-11 07:22:43 +0000
committerOlivier Blin <oblin@mandriva.org>2004-08-11 07:22:43 +0000
commit2413ebd6325e8c93340a19a91c48bd6a4aea48f8 (patch)
tree7fc7c8e156ffe17eb96840fc724ce5cf686c9f97 /perl-install/standalone/drakbug
parent1a4af4c8181a56f31d8d113f5b2bba68829199d0 (diff)
downloaddrakx-2413ebd6325e8c93340a19a91c48bd6a4aea48f8.tar
drakx-2413ebd6325e8c93340a19a91c48bd6a4aea48f8.tar.gz
drakx-2413ebd6325e8c93340a19a91c48bd6a4aea48f8.tar.bz2
drakx-2413ebd6325e8c93340a19a91c48bd6a4aea48f8.tar.xz
drakx-2413ebd6325e8c93340a19a91c48bd6a4aea48f8.zip
fix bugzilla url
Diffstat (limited to 'perl-install/standalone/drakbug')
-rwxr-xr-xperl-install/standalone/drakbug2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug
index 558eea134..b15a1f684 100755
--- a/perl-install/standalone/drakbug
+++ b/perl-install/standalone/drakbug
@@ -27,7 +27,7 @@ use common;
use ugtk2 qw(:all);
use Config;
-my $bugzilla = 'http://qa.mandrakesoft.com';
+my $bugzilla = 'http://qa.mandrakesoft.com/enter_bug.cgi';
my $prog;
my ($incident, $stable_release) = (0, 0);