Package: openresolv / 3.16.4-1

Metadata

Package Version Patches format
openresolv 3.16.4-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
010_posix functions fix.patch | (download)

resolvectl.in | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 change syntax of functions definitions to be posix compatible
 Running this shell script with the shell's -n option set fails, which means
 that the script has syntax errors. The erros are in the functions
 definitions which uses the bash syntax, but the script's interpreter is
 /bin/sh, which in Debian points to dash, which is a POSIX shell, so the
 definitions had to be adapted to the POSIX syntax.