aboutsummaryrefslogtreecommitdiffstats
path: root/po/xgettext_sh.py
diff options
context:
space:
mode:
Diffstat (limited to 'po/xgettext_sh.py')
-rw-r--r--po/xgettext_sh.py12
1 files changed, 5 insertions, 7 deletions
diff --git a/po/xgettext_sh.py b/po/xgettext_sh.py
index 99b331b6..f26dd830 100644
--- a/po/xgettext_sh.py
+++ b/po/xgettext_sh.py
@@ -76,13 +76,11 @@ def print_pot():
def main():
i18n_tokens = []
i18n_tokens.append('gprintf')
- if '--initscripts' in argv:
- i18n_tokens.append('action')
- i18n_tokens.append('failure')
- i18n_tokens.append('passed')
- i18n_tokens.append('runcmd')
- i18n_tokens.append('success')
- argv.remove('--initscripts')
+ i18n_tokens.append('action')
+ i18n_tokens.append('failure')
+ i18n_tokens.append('passed')
+ i18n_tokens.append('runcmd')
+ i18n_tokens.append('success')
for a in argv:
xgettext(a, i18n_tokens)