msys2 / msys2-runtime

Our friendly fork of Cygwin 💖 https://cygwin.org 💖 see the wiki for details
https://github.com/msys2/msys2-runtime/wiki
GNU General Public License v2.0
183 stars 39 forks source link

Support OneDrive better #209

Closed dscho closed 6 months ago

dscho commented 6 months ago

This backports f6b56abec1865f8da7632644210bae36b395569b and 2100c6ef0dee120c316b7bea42bf5e93c281e808, avoiding to hydrate OneDrive files (or for that matter, other files marked as "offline", i.e. not-yet-downloaded), just for the sake of determining whether the files are to be considered executable by inspecting the first line in case it is #!/bin/sh.

This fixes #206.

dscho commented 6 months ago

@mwisnicki could I ask you to test the artifact of this PR's build (i.e. unpack the usr\bin\msys-2.0.dll from that install.zip over your MSYS2 installation's, then try ls with a OneDrive folder)?

mwisnicki commented 6 months ago

Works correctly. Thank you.