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
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
executing scripts/boost/generate-ports.ps1 using powershell on Ubuntu 18.04 cause errors.
mkdir, ls, findstr calls are interpreted as linux commands which lead to failures. These should be replaced with non-aliased powershell commands .
Proposed solution
A clear and concise description of what you want to happen.
mkdir, ls, findstr calls should be replaced with non-aliased powershell commands .
This discussion was converted from issue #13439 on May 12, 2021 08:49.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Related to this post
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
executing
scripts/boost/generate-ports.ps1
using powershell on Ubuntu 18.04 cause errors.mkdir, ls, findstr calls are interpreted as linux commands which lead to failures. These should be replaced with non-aliased powershell commands .
Proposed solution
A clear and concise description of what you want to happen.
mkdir, ls, findstr calls should be replaced with non-aliased powershell commands .
Beta Was this translation helpful? Give feedback.
All reactions