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

#1299 gcViewer version change/update not working #1333

Conversation

moritzLanger
Copy link
Contributor

#1299
fixed gcviewer script, to delete the old gcviewer software folder before installing new version

@moritzLanger moritzLanger self-assigned this Aug 15, 2023
@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 Aug 15, 2023
@moritzLanger moritzLanger linked an issue Aug 15, 2023 that may be closed by this pull request
moritzLanger and others added 3 commits September 12, 2023 12:17
added the suggetion to remove the oldest .jar files in software, to only use the newest one
plus added check to not temp removed file
@moritzLanger moritzLanger marked this pull request as ready for review September 12, 2023 10:44
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.

@moritzLanger Excellent solution with your file loop and the -nt comparison. 👍
I fixed the indentation and initialized temp as local variable with empty value to prevent side-effects if the user may have set temp="foo" before your code gets invoked.
Ready for merge.

@hohwille hohwille added this to the release:2023.09.001 milestone Sep 14, 2023
@hohwille hohwille merged commit 452cd44 into devonfw:master Sep 14, 2023
1 check passed
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.

gcViewer version change/update not working
2 participants