aboutsummaryrefslogtreecommitdiffstats
path: root/po/xgettext_sh.py
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-01-14 17:06:38 +0000
committerBill Nottingham <notting@redhat.com>2003-01-14 17:06:38 +0000
commit61c41937ddc47f2af390102abccd24a83eabda23 (patch)
tree5cc775be0d60986773a2ebbddedd05ecc3f7a2f5 /po/xgettext_sh.py
parentd0e10c52fda28ed06b340e7f0915e1599c29903f (diff)
downloadinitscripts-61c41937ddc47f2af390102abccd24a83eabda23.tar
initscripts-61c41937ddc47f2af390102abccd24a83eabda23.tar.gz
initscripts-61c41937ddc47f2af390102abccd24a83eabda23.tar.bz2
initscripts-61c41937ddc47f2af390102abccd24a83eabda23.tar.xz
initscripts-61c41937ddc47f2af390102abccd24a83eabda23.zip
update-po
Diffstat (limited to 'po/xgettext_sh.py')
-rw-r--r--po/xgettext_sh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/xgettext_sh.py b/po/xgettext_sh.py
index 16fc4572..2abb5954 100644
--- a/po/xgettext_sh.py
+++ b/po/xgettext_sh.py
@@ -41,7 +41,7 @@ def xgettext(arq, tokens_i18n):
for token in tokens_i18n:
if token == '=':
pos = find(l, token + '$"')
- else
+ else:
pos = find(l, token + ' $"')
if pos != -1:
text = split(l[pos:], '"')[1]