Dear Maik,
Am 02.01.2017 um 18:22 schrieb Maik Zumstrull:
> Package: tigervnc-standalone-server
> Version: 1.7.0-2
> Severity: normal
>
>
> In line 705, in the code path for the -fg option, the script does:
>
> system $cmd[0] (@cmd);
>
> This will lead to a "Can't use string as a subroutine re
Package: tigervnc-standalone-server
Version: 1.7.0-2
Severity: normal
In line 705, in the code path for the -fg option, the script does:
system $cmd[0] (@cmd);
This will lead to a "Can't use string as a subroutine ref" error with
current Perl releases. The correct syntax is
system { $cmd[0] }
2 matches
Mail list logo