#1624 closed defect (fixed)
Bashism in init script
Reported by: | Stroller | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | minor | Milestone: | 2.2 |
Component: | android | Version: | trunk |
Keywords: | Cc: |
Description (last modified by )
Hello,
I don't know much about this, and am only reporting there because there is a bug open on Gentoo's tracker and the Gentoo devs have requested it be reported upstream.
It appears that Gentoo's Q&A tool is reporting that there's a bashism in /etc/init.d/xpra
:
> * QA Notice: shell script appears to use non-POSIX feature(s): > * possible bashism in /etc/init.d/xpra line 31 (should be 'b = a'): > * if [ "$?" == "0" ];then
I think this is browser/xpra/trunk/src/service/xpra|xpra/trunk/src/service/xpra in your VCS - appears to be line 31
Change History (2)
comment:1 Changed 4 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 6 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1624
Note: See
TracTickets for help on using
tickets.
Applied in r16698, will be backported eventually.