From caaa4dc8fd7938d333a26562dfb5db6ef76ffd7f Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Fri, 13 Apr 2012 10:01:38 +0200 Subject: add missing trailing space --- solenv/bin/ooinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solenv/bin/ooinstall b/solenv/bin/ooinstall index 693397ae2063..f1866c6c4062 100755 --- a/solenv/bin/ooinstall +++ b/solenv/bin/ooinstall @@ -136,7 +136,7 @@ if ($ENV{BUILD_TYPE} =~ m/ODK/) { "perl -w $ENV{SOLARENV}/bin/make_installer.pl " . "-f openoffice.lst -l en-US -p LibreOffice_SDK " . "-u $tmp_dir " . - "-buildid $BUILD $destdir $strip $msi" . + "-buildid $BUILD $destdir $strip $msi " . "-simple $path") && die "Failed to install: $!"; } print "Installer finished\n"; -- cgit