From fab0fdfe70dc3ab548bff44942f92c44d19a395e Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Fri, 23 Mar 2007 14:18:43 +0000 Subject: * fixed incorrect uses of the _tr() function git-svn-id: http://svn.openslx.org/svn/openslx/trunk@812 95ad53e4-c205-0410-b2fa-d234c58c8868 --- bin/slxldd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/slxldd b/bin/slxldd index be238a05..426e9f90 100755 --- a/bin/slxldd +++ b/bin/slxldd @@ -178,7 +178,7 @@ sub addLibsForBinary print STDERR _tr("analyzing '%s'...\n", $binary) if $verbose; my $fileInfo = `file --dereference --brief --mime $binary 2>/dev/null`; if ($?) { - die _tr("unable to fetch file info for $binary, giving up!\n"); + die _tr("unable to fetch file info for '%s', giving up!\n", $binary); } chomp $fileInfo; print STDERR _tr("\tinfo is: '%s'...\n", $fileInfo) if $verbose; @@ -192,7 +192,7 @@ sub addLibsForBinary # bitwidth: $fileInfo = `file --dereference --brief $binary 2>/dev/null`; if ($?) { - die _tr("unable to fetch file info for $binary, giving up!\n"); + die _tr("unable to fetch file info for '%s', giving up!\n", $binary); } chomp $fileInfo; print STDERR _tr("\tinfo is: '%s'...\n", $fileInfo) if $verbose; -- cgit v1.2.3-55-g7522