Your message dated Mon, 11 May 2015 10:56:35 +0200
with message-id <[email protected]>
and subject line Re: Bug#690714: cpputest: bashism in /bin/sh script
has caused the Debian Bug report #690714,
regarding cpputest: bashism in /bin/sh script
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
690714: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690714
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cpputest
Version: 3.1-2
Severity: important
User: [email protected]
Usertags: goal-dash
Hello maintainer,
While performing an archive wide checkbashisms (from the 'devscripts'
package) check I've found your package containing a /bin/sh script making
use of a bashism.
checkbashisms' output:
>possible bashism in ./usr/share/cpputest/scripts/ReleaseCppUTest.sh line 37
(should be VAR="${VAR}foo"):
> GENERATED_FILES+=" $filename.sh"
>possible bashism in ./usr/share/cpputest/scripts/ReleaseCppUTest.sh line 45
(should be VAR="${VAR}foo"):
> GENERATED_FILES+=$versionFile
Not using bash (or a Debian Policy conformant shell interpreter which
doesn't provide such an extra feature) as /bin/sh is likely to lead to
errors or unexpected behaviours.
You can find hints about how to fix bashisms at:
https://wiki.ubuntu.com/DashAsBinSh
Thank you,
Raphael Geissert
--- End Message ---
--- Begin Message ---
Version: 3.7.1-1
On Fri, 19 Oct 2012 08:22:14 +0200 Raphael Hertzog <[email protected]> wrote:
> Thanks for the report. Those scripts are not a core part of cpputest and
> hence I don't plan to upload a Debian-specific fix. Instead I reported it
> upstream and I'm going to wait the next upstream version to close this
> issue.
Upstream switched the shebang to #!/bin/bash to avoid the problem.
Cheers,
--
Raphaël Hertzog ◈ Debian Developer
Support Debian LTS: http://www.freexian.com/services/debian-lts.html
Learn to master Debian: http://debian-handbook.info/get/
--- End Message ---