-
Notifications
You must be signed in to change notification settings - Fork 45
Fix xcopy invocation in sh/copy #240
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
base: master
Are you sure you want to change the base?
Conversation
Separated parts with a space and added /-i switch, which disables prompt by the xcopy command. I found this bug, when I was trying to create the quickbin with `spork/declare-cc`.
|
Got curious about |
|
Ok, it is a Windows 11 thing. This is the result of the invocation of |
|
I need to test it on the POSIX. Converted to draft for the moment. |
|
Strangely, on my Alpine WSL, everything is OK. May I ask @sogaiu to check the tests on your Linux machine? |
|
With 5cb7db9 I get some error output using Similar output with This is on a Linux Mint machine FWIW. |
|
FWIW, with bc1744c, both |
|
Looking to merge this, but is the issue with the missing |
|
Unfortunately, I haven't found any simple solution. But in my opinion the current version will fail this PR's test, too. I may prepare new PR just with tests and see how it goes. I do not have access to any win 10 machine. |
|
Rereading this pr, still a bit confused. The original post says:
Looking at the output in this comment, I see:
Assuming that is basically the same as Any idea what I am missing / misunderstanding? Does the The docs for it seem to suggest it might work:
May be the docs are wrong or I'm again missing something 😅 Is there some code I might be able to reproduce:
with? |
|
@pepe Do you have any thoughts about the comment immediately above? |
Separated parts with a space and added /-i switch, which turns off the prompt by the xcopy command. I encountered this bug while trying to create the quickbin with
spork/declare-cc, and it stuck.