summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/slxldd4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/slxldd b/bin/slxldd
index 4fe5af52..0a3fcb1d 100755
--- a/bin/slxldd
+++ b/bin/slxldd
@@ -116,7 +116,7 @@ sub fetchLoaderConfigFile
sub fetchLoaderConfig
{
if (!-e "$rootPath/etc/ld.so.conf") {
- die _tr("'%s' not found, maybe wrong root-path?\n", $rootPath/etc/ld.so.conf);
+ die _tr("'%s' not found, maybe wrong root-path?\n", "$rootPath/etc/ld.so.conf");
}
fetchLoaderConfigFile("$rootPath/etc/ld.so.conf");
@@ -280,4 +280,4 @@ Prints the version and exits.
=back
-=cut \ No newline at end of file
+=cut