From 243e8bb05086e94193c02784a410419a45bb9a3a Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sun, 15 Apr 2012 18:46:00 +0300 Subject: [PATCH] bashrc & zshrc: fix supybot-generate-messages.pot, I hope. --- bashrc | 2 +- zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index e46cfef2..62fcd662 100644 --- a/bashrc +++ b/bashrc @@ -257,7 +257,7 @@ alias %=" " alias supybot-config-reload="killall -HUP supybot " alias supybot-owner-quit="killall -INT supybot " # Translating plugins in Limnoria -alias supybot-generate-messages.pot="pygettext −−docstrings config.py plugin.py" +alias supybot-generate-messages.pot="pygettext --docstrings config.py plugin.py" alias supybot-generate-messages.pot-xgettext="xgettext --language=Python config.py plugin.py && mv -f messages.po messages.pot" # bash specific. diff --git a/zshrc b/zshrc index d231e1b3..19afe213 100644 --- a/zshrc +++ b/zshrc @@ -200,7 +200,7 @@ alias %=" " alias supybot-config-reload="killall -HUP supybot " alias supybot-owner-quit="killall -INT supybot " # Translating plugins in Limnoria -alias supybot-generate-messages.pot="pygettext −−docstrings config.py plugin.py" +alias supybot-generate-messages.pot="pygettext --docstrings config.py plugin.py" alias supybot-generate-messages.pot-xgettext="xgettext --language=Python config.py plugin.py && mv -f messages.po messages.pot" # ZSH specific.