Kaydet (Commit) e50d4c88 authored tarafından Matthias Seidel's avatar Matthias Seidel

Removed whitespace

üst 7b0f1e9c
......@@ -79,7 +79,7 @@ sub do_strip
}
#####################################################################
# Resolving all variables in the packagename.
# Resolving all variables in the packagename
#####################################################################
sub strip_libraries
......@@ -116,7 +116,7 @@ sub strip_libraries
if ($onelanguage eq "") { $onelanguage = "00"; }
my $strippeddir = $strippeddirbase . $installer::globals::separator . $onelanguage;
installer::systemactions::create_directory($strippeddir); # creating language specific subdirectories
installer::systemactions::create_directory($strippeddir); # creating language specific subdirectories
my $destfilename = $strippeddir . $installer::globals::separator . $shortfilename;
installer::systemactions::copy_one_file($sourcefilename, $destfilename);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment