aboutsummaryrefslogtreecommitdiff
path: root/gas/.Sanitize
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-05-06 18:16:28 +0000
committerIan Lance Taylor <ian@airs.com>1998-05-06 18:16:28 +0000
commitee66b572a861b5106b4fa0b5f68aade400f2cbd3 (patch)
tree204b3224953ed1cfb1f1763f96a42f7458b1ac93 /gas/.Sanitize
parentc2400a02de20cd3dfb9d4c3367622bc11a41d780 (diff)
downloadgdb-ee66b572a861b5106b4fa0b5f68aade400f2cbd3.zip
gdb-ee66b572a861b5106b4fa0b5f68aade400f2cbd3.tar.gz
gdb-ee66b572a861b5106b4fa0b5f68aade400f2cbd3.tar.bz2
fix xgettext invocation
Diffstat (limited to 'gas/.Sanitize')
-rw-r--r--gas/.Sanitize2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/.Sanitize b/gas/.Sanitize
index 02afb05..b51684e 100644
--- a/gas/.Sanitize
+++ b/gas/.Sanitize
@@ -462,6 +462,6 @@ if [ -n "${safe}" -a ! -f po/.Recover/gas.pot ]; then
mv po/gas.pot po/.Recover
fi
# If this fails, Sanitization must fail.
-xgettext -c -k _ -k N_ -f po/POTFILES.in -o po/gas.pot || exit 1
+xgettext -c -k_ -kN_ -f po/POTFILES.in -o po/gas.pot || exit 1
# eof