Skip to content

Conversation

@jbruechert
Copy link
Member

No description provided.

Copy link
Member

@lnjX lnjX left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before it didn't worked, with this patch it did. 👍

@UniversalSuperBox UniversalSuperBox merged commit fdd1d52 into master Feb 11, 2018
@lnjX lnjX deleted the initrd-arch branch February 11, 2018 19:55
GlowingScrewdriver added a commit to GlowingScrewdriver/halium-boot that referenced this pull request Feb 24, 2024
The sed expression that is used to set specific config values doesn't work while trying to set the following config: 
CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder,anbox-binder,anbox-hwbinder,anbox-vndbinder"
Instead, it throws the following error:
sed: -e expression Halium#1, char 80: unknown option to `s'

This is because the argument separator (comma) also appears in the expression argument itself. That causes sed to interpret the 'h' in 'binder,hwbinder' as an option to the 's' command.

This change makes semicolon (;) the separator instead of comma (,) to avoid the issue. If a new config value with a semicolon in it is ever added to the list in $CONFIGS_EQ, this will have to be changed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants