You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Filed MSFT:14049024 to investigate on my end. This is the expected behavior with the way it's written today, but I'm not sure quite yet the right way to fix this, if it should be fixed.
This issue has been automatically closed since it has not had any activity for the past year. If you're still experiencing this issue please re-file this as a new issue or feature request.
Your Windows build number: Microsoft Windows [Version 10.0.16299.0]
What you're doing and what's happening:
I created a script
test.sh
in my linux home dir that prints out the first two arguments sent to it:Next I tried calling from Windows:
The output I received was:
The output I was expecting is:
On the contrast, when I run:
I get the expected output.
So the way
ubuntu run
andwsl
process their arguments must be different in some way. I'm guessing the quotes"
are getting ignored forubuntu run
The text was updated successfully, but these errors were encountered: