On Tue, Aug 02, 2016 at 10:43:45PM +0200, Philip Hands wrote:
> It looks like there are a couple of other instances of the potentially
> empty braces problem in this script, so we could address them at the
> same time just in case.
I agree. Even if the current script didn't have more empty braces
It looks like there are a couple of other instances of the potentially
empty braces problem in this script, so we could address them at the
same time just in case.
Also, if the variable somehow ended up containing just whitespace then
the proposed fix would fail.
How about just adding : to each b
Control: tag -1 patch
stop
On Sun, Jul 31, 2016 at 07:02:03PM +0900, Jonny wrote:
> --- /a/setupcon
> +++ /b/setupcon
> @@ -911,7 +911,7 @@
> if ls /dev/fb* >/dev/null 2>/dev/null; then
> for i in /dev/vcs[0-9]*; do
> {
> -$commands_f
> +${commands_f:-:}
>
Package: console-setup
Version: 1.148
Hi,
if you choose "Do not change the boot/kernel font" in debconf questions '"VGA"
has a traditional appearance and has medium coverage of ...', and outputs the
"/etc/console-setup/cached_setup_font.sh" such as the following.
#!/bin/sh
if ls /dev/fb* >/
4 matches
Mail list logo