diff options
author | Stefan Siegel <siegel@linux-mandrake.com> | 2001-08-18 00:10:21 +0000 |
---|---|---|
committer | Stefan Siegel <siegel@linux-mandrake.com> | 2001-08-18 00:10:21 +0000 |
commit | a9493db8b616de80fd82b0b66562f5d443d9b70f (patch) | |
tree | 848bef9c862224a2567b22c1c3c8d9ba77a005bb /perl-install/raid.pm | |
parent | 254ddbad5d1bb357fad4595897df9eb954f95f7c (diff) | |
download | drakx-backup-do-not-use-a9493db8b616de80fd82b0b66562f5d443d9b70f.tar drakx-backup-do-not-use-a9493db8b616de80fd82b0b66562f5d443d9b70f.tar.gz drakx-backup-do-not-use-a9493db8b616de80fd82b0b66562f5d443d9b70f.tar.bz2 drakx-backup-do-not-use-a9493db8b616de80fd82b0b66562f5d443d9b70f.tar.xz drakx-backup-do-not-use-a9493db8b616de80fd82b0b66562f5d443d9b70f.zip |
fixed i18n
Diffstat (limited to 'perl-install/raid.pm')
-rw-r--r-- | perl-install/raid.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/raid.pm b/perl-install/raid.pm index 9ae8db8ce..c59e7f691 100644 --- a/perl-install/raid.pm +++ b/perl-install/raid.pm @@ -107,7 +107,7 @@ sub write { my ($raids, $file) = @_; local *F; local $\ = "\n"; - open F, ">$file" or die _("Can't write file $file"); + open F, ">$file" or die _("Can't write file %s", $file); foreach (grep {$_} @$raids) { print F <<"EOF"; |