Bug#849963: [Pkg-tigervnc-devel] Bug#849963: tigervnc-standalone-server: Syntax error in /usr/bin/tigervncserver

2017-01-02 Thread Joachim Falk
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

Bug#849963: tigervnc-standalone-server: Syntax error in /usr/bin/tigervncserver

2017-01-02 Thread 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 ref" error with current Perl releases. The correct syntax is system { $cmd[0] }