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
No error during devon usage
devon
Output contains /c/sw/devonfw/ide/scripts/command/eclipse: line 79: isQuiet: command not found
/c/sw/devonfw/ide/scripts/command/eclipse: line 79: isQuiet: command not found
run devon eclipse setup
devon eclipse setup
introduced in 1b535ea inside scripts/src/main/resources/scripts/command/docker and scripts/src/main/resources/scripts/command/eclipse
scripts/src/main/resources/scripts/command/docker
scripts/src/main/resources/scripts/command/eclipse
I assume the code should use instead the existing function doIsQuiet, as is defined inside scripts/src/main/resources/scripts/functions
scripts/src/main/resources/scripts/functions
2021.12.002
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Expected behavior
No error during
devon
usageActual behavior
Output contains
/c/sw/devonfw/ide/scripts/command/eclipse: line 79: isQuiet: command not found
Steps to reproduce (bug) / Use Case of feature request (enhancement)
run
devon eclipse setup
Comments/Hints:
introduced in 1b535ea inside
scripts/src/main/resources/scripts/command/docker
andscripts/src/main/resources/scripts/command/eclipse
I assume the code should use instead the existing function doIsQuiet, as is defined inside
scripts/src/main/resources/scripts/functions
Affected version:
2021.12.002
The text was updated successfully, but these errors were encountered: