buildroot/package/gettext-tiny
Yann E. MORIN b5afd8dfd5 package/gettext-tiny: fix gettext wrapper
When a textdomain is specified, we ignore it twice: we shift args, and
we printf ${2}, which would yield an empty printf.

Fix that by not shifting, and just printf ${2}; this is nicer.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Vadim Kochan <vadim4j@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-11-15 22:14:20 +01:00
..
Config.in
gettext-tiny.hash
gettext-tiny.mk package/gettext-tiny: fix prefix in autopoint 2019-11-15 22:14:13 +01:00
gettext-wrapper package/gettext-tiny: fix gettext wrapper 2019-11-15 22:14:20 +01:00