Skip to content
New issue

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

required version first commit #1056

Closed

Conversation

Oumal1
Copy link
Contributor

@Oumal1 Oumal1 commented Feb 6, 2023

issue #999

@CLAassistant
Copy link

CLAassistant commented Feb 6, 2023

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions bot added bash related to bash shell or scripts commandlet related to commandlets (scripts/command/*) scripts related to shell scripts (bash and CMD) labels Feb 6, 2023
@Oumal1 Oumal1 marked this pull request as draft February 6, 2023 13:59
Copy link
Member

@hohwille hohwille left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Oumal1 you integrated the feature in the proper location and it seems functional already. 👍


local devon_version
devon_version="$("${DEVON_IDE_HOME}"/scripts/devon.bat -v)"
if [ ! -z ${DEVON_IDE_MIN_VERSION} ]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the opposite of -z is -n. I know bash is cryptic but after some while it will start to feel natural, haha :)

Comment on lines +240 to +241
local devon_version
devon_version="$("${DEVON_IDE_HOME}"/scripts/devon.bat -v)"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be moved inside if block as it is not needed otherwise.

@CREITZ25
Copy link
Member

CREITZ25 commented Mar 7, 2023

This PR is continued in PR #1064

@CREITZ25 CREITZ25 closed this Mar 7, 2023
@hohwille hohwille added this to the rejected milestone Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bash related to bash shell or scripts commandlet related to commandlets (scripts/command/*) scripts related to shell scripts (bash and CMD)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants