Bug#772266: dh-systemd: bashism in /bin/sh script

Raphael Geissert atomo64 at gmail.com
Sat Dec 6 11:26:30 GMT 2014


Package: dh-systemd
Severity: minor
Version: 1.22
User: debian-release at lists.debian.org
Usertags: goal-dash

Hi,

I've ran checkbashisms (from the 'devscripts' package) over the whole
archive and I found that your package has a /bin/sh script that uses a
"bashism".

checkbashisms' output:
> possible bashism in ./usr/share/dh-systemd/skeleton.redhat line 39 ($"foo"
> should be eval_gettext "foo"):
>	  echo -n $"Starting $NAME: "
> possible bashism in ./usr/share/dh-systemd/skeleton.redhat line 50 ($"foo"
> should be eval_gettext "foo"):
>	  echo -n $"Stopping $NAME: "
> possible bashism in ./usr/share/dh-systemd/skeleton.redhat line 116 
($"foo"
> should be eval_gettext "foo"):
>		  echo $"Usage: $0
> {start|stop|status|restart|condrestart|try-restart|reload|force-reload}"


Not using bash (or a Debian Policy compliant shell interpreter that doesn't
provide such an extra feature) as /bin/sh is likely to lead to errors or
unexpected behaviours. Please be aware that dash is the default /bin/sh.

Please closely examine the above output and the script, and determine
what the proper severity of the bug is, and adjust it accordingly. If
it's important or greater please hurry to get this fixed for jessie.

Hints about how to fix bashisms can be found at:
https://wiki.ubuntu.com/DashAsBinSh

Thanks in advance,
Raphael Geissert



More information about the Pkg-systemd-maintainers mailing list