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

xtensa-build-zephyr.sh: fix shellsheck warning #5520

Merged
merged 1 commit into from
Mar 14, 2022

Conversation

kv2019i
Copy link
Collaborator

@kv2019i kv2019i commented Mar 11, 2022

In scripts/xtensa-build-zephyr.sh line 199:

if test $platform = tgl-h ; then
^-------^ SC2086: Double quote to prevent globbing
and word splitting.

Signed-off-by: Kai Vehmanen kai.vehmanen@linux.intel.com

In scripts/xtensa-build-zephyr.sh line 199:

  if test $platform = tgl-h ; then
           ^-------^ SC2086: Double quote to prevent globbing
			     and word splitting.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
@kv2019i kv2019i requested a review from lgirdwood March 11, 2022 10:59
@kv2019i kv2019i requested a review from marc-hb as a code owner March 11, 2022 10:59
@lgirdwood lgirdwood merged commit 8f3a78d into thesofproject:main Mar 14, 2022
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.

3 participants