diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2011-03-21 14:14:28 +0100 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2011-03-21 14:14:28 +0100 |
commit | 3b8a5089df071a9e17cf140c6b90f020c10cacd2 (patch) | |
tree | f88ebf7b2e24160b150dd3a992628edaf31cfb7f /l10ntools | |
parent | f59ba28bac7a38bb86e10779ca38276259dc79e7 (diff) |
test123l10n04: path fixed
Diffstat (limited to 'l10ntools')
-rwxr-xr-x | l10ntools/scripts/localize.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/scripts/localize.pl b/l10ntools/scripts/localize.pl index e432869d3a7b..6dac386011e0 100755 --- a/l10ntools/scripts/localize.pl +++ b/l10ntools/scripts/localize.pl @@ -175,7 +175,7 @@ sub splitfile{ exit( -1 ); } my $src_root = $ENV{SOURCE_ROOT_DIR}; - my $ooo_src_root = $src_root."/l10n/l10n"; + my $ooo_src_root = $src_root."/l10n"; my $so_l10n_path = $src_root."/sun/l10n_so/source"; my $ooo_l10n_path = $ooo_src_root."/l10n/source"; |