find_cygwin . -type f -print0 | xargs -0 dos2unix
again?!
This commit is contained in:
parent
ecf6acece3
commit
8b6a8cc508
|
@ -1,2 +1,2 @@
|
|||
The files here are responsible for GPIO pin configuration on OS startup. rusEfi would later re-configure all the pins for specific
|
||||
The files here are responsible for GPIO pin configuration on OS startup. rusEfi would later re-configure all the pins for specific
|
||||
application so these files only matter for the first half a second of firmware startup.
|
|
@ -1,4 +1,4 @@
|
|||
cd ..
|
||||
|
||||
rem manually copy find.exe from cygwin to find_cygwin to avoid conflict with systen32/find
|
||||
cd ..
|
||||
|
||||
rem manually copy find.exe from cygwin to find_cygwin to avoid conflict with systen32/find
|
||||
find_cygwin . -type f -print0 | xargs -0 dos2unix
|
Loading…
Reference in New Issue