[Libreoffice-commits] .: solenv/bin
Tomáš Chvátal
tchvatal at kemper.freedesktop.org
Mon Apr 23 05:42:36 PDT 2012
solenv/bin/modules/installer/parameter.pm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit f3480645bd444649491942c501ec679a46eb8d09
Author: Tomas Chvatal <tchvatal at suse.cz>
Date: Mon Apr 23 14:42:26 2012 +0200
Whitespace torture
diff --git a/solenv/bin/modules/installer/parameter.pm b/solenv/bin/modules/installer/parameter.pm
index 198a381..e84dbdc 100644
--- a/solenv/bin/modules/installer/parameter.pm
+++ b/solenv/bin/modules/installer/parameter.pm
@@ -153,8 +153,8 @@ sub getparameter
{
$installer::globals::rootpath ne "" && die "must set destdir before -i or -simple";
- my $path = shift(@ARGV);
- mkdir $path;
+ my $path = shift(@ARGV);
+ mkdir $path;
$installer::globals::destdir = Cwd::realpath($path);
}
elsif ($param eq "-simple") # new parameter for simple installer
More information about the Libreoffice-commits
mailing list