-
Notifications
You must be signed in to change notification settings - Fork 9
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
shellcheck errors: missing array quoting #9
Comments
Thanks |
It seems you missed the other issues, please run this:
```
$ shellcheck wifi-qr
```
BTW, you can close issues from git commit logs like this:
```
Fixes: #9
```
So there is no need to manually close the git issues.
…--
bye,
pabs
https://wiki.debian.org/PaulWise
|
kokoye2007
added a commit
that referenced
this issue
Apr 19, 2023
wifi-qr (0.2-2) unstable; urgency=medium . * Improve Summary. (Closes: #989034) * QR Code Scan from File Function Update. . wifi-qr (0.2-1) unstable; urgency=medium . * Shellcheck and close issue #9 . wifi-qr (0.1-1) unstable; urgency=medium . * Initial upload.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are two shellcheck errors:
If you remove the severity flag you will see that there are lots of other issues with the script too.
The text was updated successfully, but these errors were encountered: