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

Silence shellcheck warnings #279

Merged
merged 1 commit into from
Apr 25, 2019
Merged

Conversation

hhromic
Copy link
Contributor

@hhromic hhromic commented Apr 24, 2019

  • SC1091: the config file might not be present, which is normal.
  • SC2086: Double quote to prevent globbing and word splitting.

Tested clean output using: find -name "*.sh" -exec shellcheck -x {} \;

* SC1091: the `config` file might not be present, which is normal.
* SC2086: Double quote to prevent globbing and word splitting.

Tested clean output using: `find -name "*.sh" -exec shellcheck -x {} \;`
@XECDesign XECDesign merged commit 407663a into RPi-Distro:master Apr 25, 2019
@XECDesign
Copy link
Member

Thank you

@hhromic hhromic deleted the shellcheck branch April 25, 2019 09:34
fuji246 pushed a commit to lomorage/pi-gen that referenced this pull request Sep 17, 2019
* SC1091: the `config` file might not be present, which is normal.
* SC2086: Double quote to prevent globbing and word splitting.

Tested clean output using: `find -name "*.sh" -exec shellcheck -x {} \;`
general-wedge pushed a commit to HQapp/hq-os that referenced this pull request Jan 5, 2020
* SC1091: the `config` file might not be present, which is normal.
* SC2086: Double quote to prevent globbing and word splitting.

Tested clean output using: `find -name "*.sh" -exec shellcheck -x {} \;`
alexgg pushed a commit to balena-os/pi-gen that referenced this pull request Jul 12, 2021
* SC1091: the `config` file might not be present, which is normal.
* SC2086: Double quote to prevent globbing and word splitting.

Tested clean output using: `find -name "*.sh" -exec shellcheck -x {} \;`
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