diff options
author | Louise Crow <louise.crow@gmail.com> | 2010-01-25 14:01:56 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2010-01-25 14:01:56 +0000 |
commit | b21f374bde8ab934f627a6d23e2e27744a582389 (patch) | |
tree | e0b8ed65e544b097befdc875e6483ba1ee90fa7d | |
parent | d31469da4af84d7f79626cf98a848f416adedfcb (diff) |
Changing locale path
-rwxr-xr-x | bin/make_emptyhomes_po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/make_emptyhomes_po b/bin/make_emptyhomes_po index 5d227a25f..10e840599 100755 --- a/bin/make_emptyhomes_po +++ b/bin/make_emptyhomes_po @@ -9,7 +9,7 @@ use FindBin; use lib "$FindBin::Bin/../perllib"; use PoChange; -chdir("$FindBin::Bin/../../locale"); +chdir("$FindBin::Bin/../locale"); mkdir("en_GB.UTF-8"); mkdir("en_GB.UTF-8/LC_MESSAGES"); |