diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-26 20:11:35 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-27 13:21:41 +0200 |
commit | a24006e0f9ecc3a6fec9b974bc9a204d869d5819 (patch) | |
tree | 12be510b6c45d42c54f29772d5d83037d4ae3bc8 /solenv | |
parent | ce255c2e841d6a3e0a6664834a2931f2353ff249 (diff) |
fix useless \E
Change-Id: I4181121dbba20539ad7d851c3e9b505d368a1809
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/bin/modules/installer/systemactions.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) { |