From 4b3a0aab0627a6dec527b581f8f50a7d94e0db11 Mon Sep 17 00:00:00 2001 From: Felix Endres Date: Mon, 5 Feb 2007 22:01:10 +0000 Subject: Small Fix: Quotation marks now prevent the path elements to be interpreted as barewords git-svn-id: http://svn.openslx.org/svn/openslx/trunk@687 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 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 -- cgit v1.2.3-55-g7522