Bug#206464: locales: tail command in postinst should be changed to new format
Package: locales
Version: 2.3.2-3
Severity: normal
Tags: sid
Hi!
'tail' command is used in postinst script as:
last=`tail -1 "$LG"`
This is old format, which is no longer supported, so this line breaks
dpkg-reconfigure, for example. It should be changed to
last=`tail -n 1 "$LG"`
Regards,
Jurij Smakov
jurij@wooyd.org
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux bobcat 2.4.20 #1 Wed May 7 01:09:23 CEST 2003 i686
Locale: LANG=C, LC_CTYPE=C
Versions of packages locales depends on:
ii debconf 1.3.8 Debian configuration management sy
ii libc6 [glibc-2.3.2-3] 2.3.2-3 GNU C Library: Shared libraries an
-- debconf information:
* locales/default_environment_locale: C
* locales/locales_to_be_generated:
Reply to: