src/chrome/installer/linux/common/installer.include not work in dash (/bin/sh)
Reported by
hujiajie...@gmail.com,
Jul 14 2016
|
|||||
Issue descriptionUserAgent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0 Steps to reproduce the problem: Create a shell script beginning with the following content, where "/bin/sh" is actually a symlink to dash (e.g. in Ubuntu 14.04): -------- #!/bin/sh . src/chrome/installer/linux/common/installer.include -------- What is the expected behavior? The script should run successfully. What went wrong? The script failed with error. Did this work before? N/A Chrome version: Channel: n/a OS Version: Flash Version: src/chrome/installer/linux/common/installer.include uses syntax valid in bash, but invalid in dash. It would be helpful if these non-portable syntax can be avoided, so that other Linux distributions which use dash as the default shell can re-use this script for packaging Chromium.
,
Jul 19 2016
,
Jul 19 2016
Thank you for providing more feedback. Adding requester "rnimmagadda@chromium.org" for another review and adding "Needs-Review" label for tracking. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Jul 27 2016
,
Aug 5 2016
,
Aug 7 2017
Issue has not been modified or commented on in the last 365 days, please re-open or file a new bug if this is still an issue. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot |
|||||
►
Sign in to add a comment |
|||||
Comment 1 by rnimmagadda@chromium.org
, Jul 15 2016Labels: Needs-Feedback Te-NeedsFurtherTriage