Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove True option to getVar calls #40

Merged
merged 1 commit into from
Jan 17, 2019
Merged

remove True option to getVar calls #40

merged 1 commit into from
Jan 17, 2019

Conversation

andred
Copy link

@andred andred commented Jan 17, 2019

getVar() has been defaulting to expanding by default for
a long time (2016), thus remove the True option from
getVar() calls with a regex search and replace.

Search & replace made using the following command:
sed -e 's|(d.getVar ?)( ?([^,()]), ?True)|\1(\2)|g'
-i $(git grep -E 'getVar ?( ?([^,()]
), ?True)'
| cut -d':' -f1
| sort -u)

Signed-off-by: André Draszik [email protected]

getVar() has been defaulting to expanding by default for
a long time (2016), thus remove the True option from
getVar() calls with a regex search and replace.

Search & replace made using the following command:
    sed -e 's|\(d\.getVar \?\)( \?\([^,()]*\), \?True)|\1(\2)|g' \
        -i $(git grep -E 'getVar ?\( ?([^,()]*), ?True\)' \
             | cut -d':' -f1 \
             | sort -u)

Signed-off-by: André Draszik <[email protected]>
@otavio otavio merged commit 4d00e1d into Freescale:master Jan 17, 2019
@andred andred deleted the for-merge branch December 24, 2019 08:32
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.

2 participants