Conversation
Port jq (and dependency oniguruma) from MINGW
|
Do we really need to make it look for Windows USERPROFILE? Our cygwin tools usually don't do that, see https://www.msys2.org/docs/configuration/ other than that I'm fine with adding it. |
Indeed we shouldn't, we have |
|
ah, revert. ok. |
|
I still don't quite understand, the upstream code looks fine as is. What are you trying to change with the revert? |
|
When I read it, it did look like the code was fine, it was just the test that was broken (it assumed running in an msys shell meant it was running a win32 binary) |
|
ok, thanks, avoided by changing uname to Cygwin |
|
thanks! |
Port jq (and dependency oniguruma) from MINGW:
Solves: #2570