summaryrefslogtreecommitdiffstats
path: root/urpmi
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2004-01-19 16:31:43 +0000
committerPablo Saratxaga <pablo@mandriva.com>2004-01-19 16:31:43 +0000
commit15ae7341d5b29f12c8673356f10ac5eb1a962d56 (patch)
tree67bbe1b4d2218a133816a026d4a3d8316cce835a /urpmi
parent73b128303c5cad7922e3b88fbc56724aa42d5af9 (diff)
downloadurpmi-15ae7341d5b29f12c8673356f10ac5eb1a962d56.tar
urpmi-15ae7341d5b29f12c8673356f10ac5eb1a962d56.tar.gz
urpmi-15ae7341d5b29f12c8673356f10ac5eb1a962d56.tar.bz2
urpmi-15ae7341d5b29f12c8673356f10ac5eb1a962d56.tar.xz
urpmi-15ae7341d5b29f12c8673356f10ac5eb1a962d56.zip
updated pot file; corrected use of N()
Diffstat (limited to 'urpmi')
-rwxr-xr-xurpmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi b/urpmi
index d11286ef..6310a09a 100755
--- a/urpmi
+++ b/urpmi
@@ -252,7 +252,7 @@ if ($install_src) {
#- prepare bug report.
if ($bug) {
- mkdir $bug or $urpm->{fatal}(8, N((-d $bug ? "Directory [%s] allready exist, please use another directory for bug report or delete it" : "Unable to create directory [%s] for bug report"), $bug));
+ mkdir $bug or $urpm->{fatal}(8, (-d $bug ? N("Directory [%s] allready exist, please use another directory for bug report or delete it") : N("Unable to create directory [%s] for bug report"), $bug));
#- copy all synthesis file used, along with configuration of urpmi
system("cp", "-af", $urpm->{skiplist}, $urpm->{instlist}, $bug);
#- allow log file.