Bug#984459: spring: Broken manpages due to bashisms in source

2025-02-27 Thread Stephen Kitt
Le 27/02/2025 19:24, Petter Reinholdtsen a écrit : [Jessica Clarke] In spring.6.txt there are snippets like the following: {sys: echo -e "{USER_WRITEDIRS}"} What is the path to this file? I see no such file in spring version 106.0+dfsg-1. % dpkg -L spring|grep spring.6 % https://s

Bug#984459: spring: Broken manpages due to bashisms in source

2025-02-27 Thread Petter Reinholdtsen
[Jessica Clarke] > In spring.6.txt there are snippets like the following: > > {sys: echo -e "{USER_WRITEDIRS}"} What is the path to this file? I see no such file in spring version 106.0+dfsg-1. % dpkg -L spring|grep spring.6 % -- Happy hacking Petter Reinholdtsen

Bug#984459: spring: Broken manpages due to bashisms in source

2021-03-03 Thread Jessica Clarke
Source: spring Version: 105.0.1+dfsg-2 Severity: important In spring.6.txt there are snippets like the following: {sys: echo -e "{USER_WRITEDIRS}"} However, this is not portable across shells, as echo -e is a bash extension, causing this to print a literal -e when /bin/sh is dash. This is im