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

Fixed grep issue in bootloader build target #3848

Merged
merged 3 commits into from
Feb 18, 2019

Conversation

MxBlu
Copy link
Contributor

@MxBlu MxBlu commented Sep 4, 2018

Changed use of '\s' in grep to '[ \t]' for portability.

@TerryMathews Please test and confirm this works for you.

@mechmerlin
Copy link
Contributor

I tried running this on macOS High Sierra 10.13.6. Not even sudo gets me through the permissions errors

sh: tmk_core/make_dfu_header.sh: Permission denied

Had to chmod it to get compiling.

@yiancar
Copy link
Contributor

yiancar commented Oct 19, 2018

please @MxBlu make the file executable:)

@MxBlu
Copy link
Contributor Author

MxBlu commented Oct 19, 2018

Will do, is that just a matter of running chmod a+x on it? Love how WSL just doesn't care at all hahaha

@yiancar
Copy link
Contributor

yiancar commented Oct 19, 2018

should be yes

@mechmerlin
Copy link
Contributor

Yep, can confirm that I no longer need to do any chmoding to get this to compile.

@drashna
Copy link
Member

drashna commented Jan 25, 2019

@jackhumbert or @skullydazed Thos look good?

Copy link
Contributor

@mechmerlin mechmerlin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@mechmerlin mechmerlin merged commit 149015e into qmk:master Feb 18, 2019
zer09 pushed a commit to zer09/qmk_firmware that referenced this pull request Mar 2, 2019
* Changed use of '\s' in grep to '[ \t]' for portability

* Pushed DFU Keyboard.h into a shell script

* Fixed execution permissions on make_dfu_header,sh
dlhextall pushed a commit to dlhextall/qmk_firmware that referenced this pull request May 24, 2019
* Changed use of '\s' in grep to '[ \t]' for portability

* Pushed DFU Keyboard.h into a shell script

* Fixed execution permissions on make_dfu_header,sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants