We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I did not test the setup.bat for a longer time but now I did and got an ugly infinity loop endlessly opening CMD windows:
setup.bat
The problem comes from PR #883 that tries to detect if run from powershell.
The text was updated successfully, but these errors were encountered:
devonfw#1017: simple fix for infinity loop
ae5ab98
#1017: simple fix for infinity loop (#1018)
86f4f14
For the record: I had google cloud SDK installed (see #1004) what was triggering the error:
C:\Users\hohwille>echo %PSMODULEPATH% C:\Users\hohwille\Documents\WindowsPowerShell\Modules;C:\Users\hohwille\AppData\Local\Google\Cloud SDK\google-cloud-sdk\platform\PowerShell
This also means that on my machine setup.bat will ALWAYS think that I am running from powershell so our check is not really smart:
ide/scripts/src/main/resources/setup.bat
Line 7 in 86f4f14
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I did not test the
setup.bat
for a longer time but now I did and got an ugly infinity loop endlessly opening CMD windows:The problem comes from PR #883 that tries to detect if run from powershell.
The text was updated successfully, but these errors were encountered: