Author: damjan
Date: Sun Jun  5 09:40:50 2016
New Revision: 1746887

URL: http://svn.apache.org/viewvc?rev=1746887&view=rev
Log:
#i126736#: fix typo in systemactions.pm

Remove stray backslashes in warning messages in systemactions.pm which
cause warnings.

Patch by: [email protected]
Reviewed by: me


Modified:
    openoffice/trunk/main/solenv/bin/modules/installer/systemactions.pm

Modified: openoffice/trunk/main/solenv/bin/modules/installer/systemactions.pm
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/solenv/bin/modules/installer/systemactions.pm?rev=1746887&r1=1746886&r2=1746887&view=diff
==============================================================================
--- openoffice/trunk/main/solenv/bin/modules/installer/systemactions.pm 
(original)
+++ openoffice/trunk/main/solenv/bin/modules/installer/systemactions.pm Sun Jun 
 5 09:40:50 2016
@@ -91,7 +91,7 @@ sub create_directory
                                        }
                                        else
                                        {
-                                               $infoline = "\Error: 
\"$directory\" could not be created. Even the parent directory \"$parentdir\" 
does not exist and could not be created.\n";
+                                               $infoline = "Error: 
\"$directory\" could not be created. Even the parent directory \"$parentdir\" 
does not exist and could not be created.\n";
                                                
$installer::logger::Lang->print($infoline);
                                                if ( -d $parentdir )
                                                {
@@ -211,7 +211,7 @@ sub create_directory_with_privileges
                                        }
                                        else
                                        {
-                                               $infoline = "\Error: 
\"$directory\" could not be created. Even the parent directory \"$parentdir\" 
does not exist and could not be created.\n";
+                                               $infoline = "Error: 
\"$directory\" could not be created. Even the parent directory \"$parentdir\" 
does not exist and could not be created.\n";
                                                
$installer::logger::Lang->print($infoline);
                                                if ( -d $parentdir )
                                                {


Reply via email to