diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-11-15 14:01:44 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-11-15 14:01:44 +0000 |
commit | c94ed4479f26b6d4cee0bf16cac47a88ee7f6cae (patch) | |
tree | 443fef62bd66072432f04cc0d2b604b9be86c5d1 /bin/gettext-merge | |
parent | dace204d71f395b07c4f746599bc9f3d6e620886 (diff) | |
parent | 46f4eda18358418fd8460e7b6182b5d2a65f859d (diff) |
Merge branch 'version-2.0'v2.0
Diffstat (limited to 'bin/gettext-merge')
-rwxr-xr-x | bin/gettext-merge | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gettext-merge b/bin/gettext-merge index 373b39b31..a0dd343b1 100755 --- a/bin/gettext-merge +++ b/bin/gettext-merge @@ -6,7 +6,7 @@ # Copyright (c) 2011 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org; WWW: http://www.mysociety.org/ -cd "$(dirname $(readlink -f $BASH_SOURCE))/.." +cd "$(cd "$(dirname "$BASH_SOURCE")" && pwd -P)"/.. for X in locale/*.UTF-8 do |