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

DEVTOOLS: COMPANION: Fix bug with absolute paths as the output directory #4703

Merged
merged 3 commits into from
Feb 12, 2023

Conversation

einstein95
Copy link
Contributor

The script would start trying to set the last-modified date for each part of the output directory path (e.g. /home/).

The previous code was getting too complex so I just implemented a simpler method.

In addition, when run using --dryrun, no paths were printed as a side effect of e5cf05a, so I've added that back in

The script would start trying to set the last-modified date for each
part of the output directory path (e.g. /home/). The previous code was
getting too complex so just do a simpler method.
@rvanlaar rvanlaar merged commit e2928df into scummvm:master Feb 12, 2023
@rvanlaar
Copy link
Contributor

Nice work. Thank you for the implementation and the clean ups.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants