From a24006e0f9ecc3a6fec9b974bc9a204d869d5819 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 26 Jun 2012 20:11:35 +0200 Subject: fix useless \E Change-Id: I4181121dbba20539ad7d851c3e9b505d368a1809 --- solenv/bin/modules/installer/systemactions.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solenv/bin') diff --git a/solenv/bin/modules/installer/systemactions.pm b/solenv/bin/modules/installer/systemactions.pm index 899ad2482ef7..1ad4e4104eb4 100644 --- a/solenv/bin/modules/installer/systemactions.pm +++ b/solenv/bin/modules/installer/systemactions.pm @@ -97,7 +97,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 = "\nError: \"$directory\" could not be created. Even the parent directory \"$parentdir\" does not exist and could not be created.\n"; push(@installer::globals::logfileinfo, $infoline); if ( -d $parentdir ) { -- cgit