flipperzero-firmware
flipperzero-firmware copied to clipboard
Fix quoted error for macOS bad-usb
What's new
- Fixed double quotes that was interpreted as an error.

Verification
- Executed new
demo_macosbad-usb example in a macOS machine. - Extra colors comes from my personal zsh configuration.

Checklist (For Reviewer)
- [ ] PR has description of feature/bug or link to Confluence/Jira task
- [ ] Description contains actions to verify feature/bugfix
- [ ] I've built this code, uploaded it to the device and verified feature/bugfix
The best option will be to fix escaping itself. Can you do that?
The best option will be to fix escaping itself. Can you do that?
Agree, I removed the redirect so the code it's like before. The problem is the backtick, replacing it with simple quote avoids command substitution.
Hello @skotopes
Thanks for reviewing the change, 👍
I saw there is an error with "Build / main (pull_request)" about Invalid bucket name "", I couldn't figured out how to fix it nor starting again the check; do you mind letting me know if I have to do something to re-run the check.
@elulcao nah, that was issue on our side. Now it's fixed.