summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-05-31 10:45:37 +0200
committerJan Holesovsky <kendy@suse.cz>2011-05-31 10:45:37 +0200
commit07c1d34ec78dd6e980c4ae370042ab5e3870aa0b (patch)
tree15568d84be2d77cb24edb7e9cc53fa0b1ceef820 /set_soenv.in
parent23bfe8097571fcf5c9ac223100c2fef9087aad01 (diff)
parentb75801e6ace5eec09c5d04f2f0f9a373acc1a21c (diff)
Merge commit 'libreoffice-3.4.0.2'
Conflicts: configure.in distro-configs/LibreOfficeMacOSX.conf distro-configs/OxygenOfficeLinux.conf distro-configs/OxygenOfficeWin32.conf download instsetoo_native/util/openoffice.lst ooo.lst.in set_soenv.in solenv/bin/modules/installer/download.pm solenv/gbuild/CppunitTest.mk solenv/inc/minor.mk solenv/inc/settings.mk
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 724af0e11ec0..73c94e3cd0bf 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -989,8 +989,9 @@ $L10N_MODULE = PathFormat($SRC_ROOT."/translations");
# Check for poor help localizations, i.e. no help translation at all...
@languages=();
if (opendir(DIR,$L10N_MODULE . "/source"))
-{ @languages = readdir(DIR);
- closedir(DIR);
+{
+ @languages = readdir(DIR);
+ closedir(DIR);
}
$WITH_POOR_HELP_LOCALIZATIONS = "";