Bug 91990 - xdg-email: bashism: relies on bash's echo in run_thunderbird()
Summary: xdg-email: bashism: relies on bash's echo in run_thunderbird()
Status: RESOLVED FIXED
Alias: None
Product: Portland
Classification: Unclassified
Component: xdg-utils (show other bugs)
Version: 1.1.0 rc3
Hardware: Other All
: medium normal
Assignee: Portland Bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-13 08:15 UTC by Per Olofsson
Modified: 2015-09-16 15:09 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
fix-bashism-use-of-echo.patch (1.53 KB, text/plain)
2015-09-13 08:15 UTC, Per Olofsson
Details

Description Per Olofsson 2015-09-13 08:15:29 UTC
Created attachment 118233 [details]
fix-bashism-use-of-echo.patch

xdg-email relies on bash's echo behaviour (specifically the -e option) in run_thunderbird(). It doesn't work with dash. The attached patch from Debian replaces the echo calls with /bin/echo which does support -e.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.