diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-06-06 08:08:19 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-06-06 08:08:19 +0000 |
commit | 291d0b8db6b48a9d47f6a3e0a4f3000c2bc1899c (patch) | |
tree | bf7e96e6950297a9105a49e84fc02893f4b4e340 /perl-install | |
parent | 313021652854604a90727e197ab0ca2a4f57c3ad (diff) | |
download | drakx-291d0b8db6b48a9d47f6a3e0a4f3000c2bc1899c.tar drakx-291d0b8db6b48a9d47f6a3e0a4f3000c2bc1899c.tar.gz drakx-291d0b8db6b48a9d47f6a3e0a4f3000c2bc1899c.tar.bz2 drakx-291d0b8db6b48a9d47f6a3e0a4f3000c2bc1899c.tar.xz drakx-291d0b8db6b48a9d47f6a3e0a4f3000c2bc1899c.zip |
replace strange "-" with a ascii compliant one
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 4e9a71405..f9e843368 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -32,7 +32,7 @@ our $current_medium = $boot_medium; our $asked_medium = $boot_medium; our @advertising_images; -#- current ftp root (for getFile) - XXX must store this per media +#- current ftp root (for getFile) -- XXX must store this per media our $global_ftp_prefix; sub drakx_version() { |