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
Expected behavior As a devonfw-ide user, run devon docker setup without errors.
Actual behavior scripts/command/docker: line 79: isQuiet: command not found Steps to reproduce (bug) / Use Case of feature request (enhancement)
The same bug like: #664 / 662: scripts/command/eclipse: line 79: isQuiet: command not found
if [ "${1}" != "silent" ] && ! isQuiet has to be doIsQuiet instead.
The text was updated successfully, but these errors were encountered:
devonfw#693 bugfix in docker file isQuiet
f62c315
#693: bugfix in docker file isQuiet (#694)
ba236ed
Co-authored-by: Malte Brunnlieb <maybeec@users.noreply.github.com>
Successfully merging a pull request may close this issue.
Expected behavior
As a devonfw-ide user, run devon docker setup without errors.
Actual behavior
scripts/command/docker: line 79: isQuiet: command not found
Steps to reproduce (bug) / Use Case of feature request (enhancement)
The same bug like:
#664 / 662: scripts/command/eclipse: line 79: isQuiet: command not found
if [ "${1}" != "silent" ] && ! isQuiet
has to be doIsQuiet instead.
The text was updated successfully, but these errors were encountered: