diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-02-13 17:34:22 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-02-13 17:34:22 +0000 |
commit | aa5a8d932d27fb794b66ac81dc4b60487a2d928d (patch) | |
tree | c0b549e099b9576e6c82a3006d1b5a9343eaa9e9 /perl-install/share | |
parent | c6752b0e4c61073e03b07e9dee040e178df63eaa (diff) | |
download | drakx-aa5a8d932d27fb794b66ac81dc4b60487a2d928d.tar drakx-aa5a8d932d27fb794b66ac81dc4b60487a2d928d.tar.gz drakx-aa5a8d932d27fb794b66ac81dc4b60487a2d928d.tar.bz2 drakx-aa5a8d932d27fb794b66ac81dc4b60487a2d928d.tar.xz drakx-aa5a8d932d27fb794b66ac81dc4b60487a2d928d.zip |
no need for "empty" id anymore
Diffstat (limited to 'perl-install/share')
-rwxr-xr-x | perl-install/share/po/help_xml2pm.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/share/po/help_xml2pm.pl b/perl-install/share/po/help_xml2pm.pl index ccdf24a26..42dac790e 100755 --- a/perl-install/share/po/help_xml2pm.pl +++ b/perl-install/share/po/help_xml2pm.pl @@ -72,7 +72,6 @@ use common; # you want it changed. our %steps = ( -empty => '', }; foreach (sort keys %$help) { my $s = to_ascii($help->{$_}); |