New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 628085 link

Starred by 2 users

Issue metadata

Status: Archived
Owner: ----
Closed: Aug 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug



Sign in to add a comment

src/chrome/installer/linux/common/installer.include not work in dash (/bin/sh)

Reported by hujiajie...@gmail.com, Jul 14 2016

Issue description

UserAgent: 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.
 
Cc: rnimmagadda@chromium.org
Labels: Needs-Feedback Te-NeedsFurtherTriage
@hujiajie.org: Could you please provide us the sample file to repro this issue from our end, which would help us in triaging it further.

Thank you.
build_and_install_chromium.sh
900 bytes View Download
Project Member

Comment 3 by sheriffbot@chromium.org, Jul 19 2016

Labels: -Needs-Feedback Needs-Review
Owner: rnimmagadda@chromium.org
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
Labels: -Needs-Review
Owner: ----
Components: OS>Packages
Project Member

Comment 6 by sheriffbot@chromium.org, Aug 7 2017

Status: Archived (was: Unconfirmed)
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